.widget-advantages.template-5{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-5 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.widget-advantages.template-5 .widget-item{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0C0818;
    border-radius: 4px;
    overflow: hidden;
    padding: 2.8em 2.6em;
    min-height: clamp(337px, 46vw, 552px);
}
.widget-advantages.template-5 .widget-item-name{
    font-size: 1.8em;
    font-weight: 700;
    line-height: 114%;
    color: #ffffff;
}
.widget-advantages.template-5 .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    margin-top: 1.2em;
}
@media all and (max-width: 1250px) {
    .widget-advantages.template-5 .widget-item-name{
        font-size: 1.6em;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-5 .widget-items{
        gap: 30px;
    }
    .widget-advantages.template-5 .widget-item{
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        padding: 2em;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-5{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-5 .widget-item{
        padding: 1.5em;
    }
    .widget-advantages.template-5 .widget-item-name{
        font-size: 1.3em;
    }
    .widget-advantages.template-5 .widget-item-description{
        font-size: .9em;
    }
}
@media all and (max-width: 720px) {
    .widget-advantages.template-5 .widget-items{
        gap: 15px;
    }
    .widget-advantages.template-5 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-5 .widget-item-name {
        font-size: 1.25em;
    }
    .widget-advantages.template-5 .widget-item-description {
        font-size: .875em;
    }
}