.highlights-n{
    margin-top: 0px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}
.highlights_n{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: auto;
    padding: 20px 20px;
    margin: 20px 0px;
}

.highlights_n .title{
    margin-top: 96px;
    font-family: 'Alright Sans Black';
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #BA0C2F;
}

.highlights_n .hg_c{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.highlights_n .hg_container{
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

.highlights_n .hg_container .item_hg{
    width: 100%;
    max-width: 191px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-right: 51px;
}

.highlights_n .hg_container .item_hg:last-child{
    margin-right: 0px;
}

.highlights_n .hg_container .item_hg img{
    width: 100%;
    max-height: 164px;
    margin-bottom: 24px;
}

.highlights_n .hg_container .item_hg .label{
    font-family: 'Alright Sans Black';
    font-size: 22px;
    color: #BA0C2F;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 25px;
    height: 47px;
}

.highlights_n .hg_container .item_hg .text{
    font-family: 'Alright Sans Medium';
    font-size: 16px;
    text-align: left;
    color: #212F37;
    line-height: 22px;
    max-width: 150px;
}

.highlights_n .hg_container .item_hg .value{
    font-family: 'Alright Sans Black';
    font-size: 22px;
    color: #BA0C2F;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px;
    width: 177px;
    height: 164px;
    display: flex;
    align-items: center;
}

/*  */
.highlights_n .controls_btn{
    display: none;
}

.highlights_n .controls_btn .control_btn{
    display: flex;
    justify-content: space-between;
    width: 77px;
    margin-right: 30px;
}

.highlights_n .slider-btn-hg {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    font-size: 24px;
    background: transparent;
    cursor: pointer;
    background: #BA0C2F1A;
}

.highlights_n .prev-btn-hg {
    left: 10px;
    background-image: url("../images-reskin/red-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .prev-btn-hg:hover{
    background: #BA0C2F;
    background-image: url("../images-reskin/white-left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .prev-btn-hg:focus{
    outline: none;
}

.highlights_n .next-btn-hg {
    right: 10px;
    background-image: url("../images-reskin/red-right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .next-btn-hg:hover{
    background: #BA0C2F;
    background-image: url("../images-reskin/white-arrow-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .next-btn-hg:focus{
    outline: none;
}
/*  */




@media (max-width: 1200px){
    .highlights_n .hg_container .item_hg{
        margin-right: 20px !important;
        max-width: 180px !important;
    }
    .highlights_n .hg_container .item_hg:last-child{
        margin-right: 0px !important;
    }
    .highlights_n .hg_container .item_hg .label{
        font-size: 18px !important;
    }
}

@media (max-width: 930px){
    .highlights_n .hg_container .item_hg{
        max-width: 140px !important;
    }
    .highlights_n .hg_container .item_hg .label {
        font-size: 15px !important;
        line-height: 18px !important;
        height: 35px !important;
    }
    .highlights_n .hg_container .item_hg .text{
        font-size: 14px !important;
    }
}

@media (max-width: 768px){
    .highlights_n{
        height: 500px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .highlights_n .hg_c{
        justify-content: start !important;
        padding: 0px 0px !important;
    }
    .highlights_n .hg_container .item_hg{
        box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
    }
    .highlights_n .hg_container{
        margin: 15px 0 !important;
    }
    .highlights_n .hg_container .item_hg{
        width: 235px !important;
        max-width: 235px !important;
        margin-right: 16px !important;
        align-items: center;
    }
    .highlights_n .hg_container .item_hg:first-child{
        margin-left: 20px;
    }
    .highlights_n .hg_container .item_hg .label{
        font-size: 22px !important;
        max-width: 190px !important;
    }
    .highlights_n .hg_container .item_hg .text{
        font-size: 16px !important;
        max-width: 190px !important;
    }
    .highlights_n .title{
        display: none !important;
    }
    .highlights_n .controls_btn{
        display: flex;
        width: 100%;
        justify-content: end;
        position: absolute;
        margin-top: 415px;
    }
    .highlights_n .hg_container .item_hg img{
        margin-top: 20px !important;
    }
}