.widget-advantages.template-21-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-21-2 .widget-about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 1.5em 2em;
    padding: 2em 2em 2em 4em;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
}
.widget-advantages.template-21-2 .widget-header{
    position: relative;
    z-index: 1;
    flex: 1;
}
.widget-advantages.template-21-2 .widget-about-wrapper:has(.widget-picture) .widget-header{
    margin-top: 3.6em;
}
.widget-advantages.template-21-2 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 102%;
    color: #000000;
}
.widget-advantages.template-21-2 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    margin-top: 1.15em;
}

.widget-advantages.template-21-2 .widget-content{
    align-self: flex-end;
    max-width: calc(48% - 1em);
    flex: 0 0 calc(48% - 1em);
}
.widget-advantages.template-21-2 .widget-picture{
    display: flex;
    margin-bottom: -2em;
    margin-right: -2em;
}
.widget-advantages.template-21-2 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(-1px 3px 22px rgba(183, 183, 183, 0.16));
}

@media all and (max-width: 1000px) {
    .widget-advantages.template-21-2 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages.template-21-2 .widget-about-wrapper{
        flex-wrap: wrap;
        gap: 2.4em 1.5em;
        padding: 2.5em 1.5em 1.5em;
    }
    .widget-advantages.template-21-2 .widget-content{
        max-width: calc(50% - .75em);
        flex: 0 0 calc(50% - .75em);
    }
    .widget-advantages.template-21-2 .widget-picture{
        justify-content: center;
        margin-bottom: -1.5em;
        margin-right: -1.5em;
    }
    .widget-advantages.template-21-2 .widget-picture img{
        width: auto;
        height: auto;
        max-width: 100%;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-21-2 {
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-21-2 .widget-header,
    .widget-advantages.template-21-2 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-21-2 .widget-header .widget-title{
        font-size: 1.8em;
    }
    .widget-advantages.template-21-2 .widget-header .widget-description{
        margin-top: 1em;
    }
    .widget-advantages.template-21-2 .widget-about-wrapper:has(.widget-picture) .widget-header{
        margin-top: 0;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-21-2 .widget-about-wrapper{
        gap: 3.4em 1.25em;
        padding: 2em 1.25em 1.25em 2em;
    }
    .widget-advantages.template-21-2 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 110%;
    }
    .widget-advantages.template-21-2 .widget-header .widget-description{
        margin-top: 1.1875em;
        line-height: 125%;
    }
    .widget-advantages.template-21-2 .widget-picture{
        margin-bottom: -1.25em;
        margin-right: -1.25em;
    }
}
