.widget-advantages.template-2{
    position: relative;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-2 .widget-header{
    display: flex;
}
.widget-advantages.template-2 .widget-header .widget-title{
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #151515;
    padding: 0;
    margin: 0;
}
.widget-advantages.template-2 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages.template-2 .widget-item{
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--index) * 65px);
    border-top: 1px solid #D7D7D7;
    background: #fff;
    padding: 30px 0 0;
    counter-increment: item;
    min-height: 240px;
    margin-bottom: calc(var(--invertIndex) * 65px);
}
.widget-advantages.template-2 .widget-item:last-child{
    margin-bottom: 0 !important;
}
.widget-advantages.template-2 .widget-item .widget-item-number{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.50);
}
.widget-advantages.template-2 .widget-item .widget-item-content{
    display: flex;
    justify-content: space-between;
    margin: 13px 0 20px;
}
.widget-advantages.template-2 .widget-item .widget-item-name{
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.3;
    color: #1B1E25;
    text-wrap: balance;
}
.widget-advantages.template-2 .widget-item .widget-item-description{
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #1B1E25;
    flex: 0 0 66%;
    background: #fff;
    height: 200px;
    overflow: auto;
    margin: 0 0 0 30px;
}
.widget-advantages.template-2 .widget-item .widget-item-description::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.widget-advantages.template-2 .widget-item .widget-item-description::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border: 0px solid #fff;
}
.widget-advantages.template-2 .widget-item .widget-item-description::-webkit-scrollbar-track {
    background: #fff;
}
.widget-advantages.template-2 .widget-item .widget-item-description p{
    margin: 0 0 20px;
}
.widget-advantages.template-2 .widget-item .widget-item-description p:last-child{
    margin: 0;
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-2 .widget-item{
        top: 20px;
        margin-bottom: 0;
        height: 360px;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-2 .widget-item .widget-item-content{
        flex-wrap: wrap;
        margin: 26px 0 0;
    }
    .widget-advantages.template-2 .widget-item .widget-item-description{
        flex: 0 0 100%;
        margin: 26px 0 0;
    }
    .widget-advantages.template-2 .widget-item{
        min-height: 200px;
        overflow: hidden;
        padding: 22px 0 0;
    }
    .widget-advantages.template-2 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages.template-2 .widget-item .widget-item-description{
        height: 220px;
    }
    .widget-advantages.template-2 .widget-item .widget-item-name{
        font-size: 1.125em;
    }
}