.widget-advantages.template-21-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-21-1 .widget-advantages-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 1.5em 2em;
    padding: 4em 3em;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
}
.widget-advantages.template-21-1 .widget-header + .widget-advantages-wrapper{
    margin-top: 2.5em;
}
.widget-advantages.template-21-1 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 116%;
    color: #000000;
}
.widget-advantages.template-21-1 .widget-block{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.2em;
    z-index: 1;
    max-width: calc(50% - 1em);
    flex: 0 0 calc(50% - 1em);
}
.widget-advantages.template-21-1 .widget-block .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
}
.widget-advantages.template-21-1 .widget-block .widget-description p{
    margin-bottom: clamp(16px, 3vw, 20px);
}
.widget-advantages.template-21-1 .widget-block .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-21-1 .widget-block .widget-under-description{
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
}
.widget-advantages.template-21-1 .widget-content{
    align-self: center;
    margin-right: -3em;
    margin-top: -4em;
    margin-bottom: -4em;
}
.widget-advantages.template-21-1 .widget-picture{
    display: flex;
}
.widget-advantages.template-21-1 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media all and (max-width: 800px) {
    .widget-advantages.template-21-1{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-21-1 .widget-header .widget-title{
        font-size: 1.8em;
    }
    .widget-advantages.template-21-1 .widget-advantages-wrapper{
        flex-wrap: wrap;
        padding: 2em 1em;
    }
    .widget-advantages.template-21-1 .widget-block,
    .widget-advantages.template-21-1 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-21-1 .widget-content{
        margin-right: 0;
        margin-top: 0;
        margin-bottom: -2em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-21-1 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 110%;
    }
    .widget-advantages.template-21-1 .widget-header .widget-title br{
        display: none;
    }
    .widget-advantages.template-21-1 .widget-block .widget-under-description,
    .widget-advantages.template-21-1 .widget-block .widget-description{
        font-size: 1em;
        line-height: 130%;
    }
    .widget-advantages.template-21-1 .widget-block{
        gap: .8em;
    }
    .widget-advantages.template-21-1 .widget-picture img{}
}
