.widget-advantages.template-21-6{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-21-6 .widget-about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 40px;
}
.widget-advantages.template-21-6 .widget-header{
    position: relative;
    z-index: 1;
    max-width: calc(57% - 20px);
    flex: 0 0 calc(57% - 20px);
}
.widget-advantages.template-21-6 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 116%;
    color: #000000;
}
.widget-advantages.template-21-6 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    margin-top: 1.3em;
}
.widget-advantages.template-21-6 .widget-header .widget-under-description{
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    color: #252525;
    margin-top: 35px;
}

.widget-advantages.template-21-6 .widget-header .widget-button-wrap{
    margin-top: 59px;
}
.widget-advantages.template-21-6 .widget-header .widget-under-description + .widget-button-wrap{
    margin-top: 29px;
}
.widget-advantages.template-21-6 .widget-header .widget-button{
    display: inline-flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 42px;
    background-color: var(--main-color);
    border-radius: 50px;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-21-6 .widget-header .widget-button:hover,
.widget-advantages.template-21-6 .widget-header .widget-button:focus{
    background-color: var(--dark-main-color);
}

.widget-advantages.template-21-6 .widget-content{
    align-self: flex-end;
}
.widget-advantages.template-21-6 .widget-picture{
    display: flex;
}
.widget-advantages.template-21-6 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(-1px 3px 24px rgba(183, 183, 183, 0.16));
}

@media all and (max-width: 800px) {
    .widget-advantages.template-21-6{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-21-6 .widget-header .widget-title{
        font-size: 1.8em;
    }
    .widget-advantages.template-21-6 .widget-about-wrapper{
        flex-wrap: wrap;
    }
    .widget-advantages.template-21-6 .widget-header,
    .widget-advantages.template-21-6 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .widget-advantages.template-21-6 .widget-picture{
        justify-content: center;
    }
    .widget-advantages.template-21-6 .widget-picture img{
        width: auto;
        height: auto;
        max-width: 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-21-6 .widget-about-wrapper{
        gap: 30px;
    }
    .widget-advantages.template-21-6 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 110%;
    }
    .widget-advantages.template-21-6 .widget-header .widget-description{
        line-height: 125%;
    }
    .widget-advantages.template-21-6 .widget-header .widget-under-description{
        font-weight: 500;
    }
    .widget-advantages.template-21-6 .widget-header .widget-button-wrap{
        margin-top: 31px;
    }
    .widget-advantages.template-21-6 .widget-header .widget-under-description + .widget-button-wrap{
        margin-top: 15px;
    }
    .widget-advantages.template-21-6 .widget-header .widget-button{
        font-size: 16px;
        padding: 16px 32px;
    }
}
