/* <=== itaboutmm ===> */
.itaboutmm{
    margin-bottom: 125px;
}
.itaboutmm:last-child{
    margin-bottom: 0;
}
.itaboutmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.itaboutmm .mmgrip > div{
    padding: 0 35px;
}
.itaboutmm .mmgrip .lcol{
    width: calc(100% - 55.646%);
}
.itaboutmm .mmgrip .rcol{
    width: 55.646%;
}
.itaboutmm:nth-child(even) .mmgrip .lcol{
    order: 2;
}
.itaboutmm:nth-child(odd) .mmgrip .lcol{
    width: 55.646%;
}
.itaboutmm:nth-child(odd) .mmgrip .rcol{
    width: calc(100% - 55.646%);
}
.itaboutmm .thumb img{
    width: 100%;
}
.itaboutmm .dstitle{
    margin-bottom: 15px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.itaboutmm .dstitle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 3px;
    background-color: #ec1b23;
    border-radius: 25px;
}
.itaboutmm .dstitle, .itaboutmm .dstitle h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}
.itaboutmm .dsconts{
    font-size: 15px;
    line-height: 25px;
}
/* <=== itaboutmm ===> */

/* <=== itabouthh ===> */
.itabouthh{
    margin-bottom: 40px;
}
.itabouthh:last-child{
    margin-bottom: 0;
}
.itabouthh .vvtitle {
    margin-bottom: 20px;
}
.itabouthh .vvtitle, .itabouthh .vvtitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.itabouthh .vvconts {
    background-color: #f1f1f1;
}
.itabouthh .vvconts p{
    padding: 0;
}
.itabouthh .vvconts li{
    display: flex;
    padding: 12px 20px;
}
.itabouthh .vvconts li:nth-child(even){
    background-color: #f8f8f8;
}
.itabouthh .vvconts li .tm{
    width: 220px;
    padding-right: 20px;
}
.itabouthh .vvconts li .th{
    width: calc(100% - 220px);
}
/* <=== itabouthh ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== itaboutmm ===> */
    .itaboutmm{
        margin-bottom: 45px;
    }
    .itaboutmm .mmgrip > div{
        width: 100%!important;
        order: unset!important;
        margin-bottom: 20px;
    }
    .itaboutmm .mmgrip > div:last-child{
        margin-bottom: 0;
    }
    .itaboutmm .dstitle{
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .itaboutmm .dstitle, .itaboutmm .dstitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .itaboutmm .dsconts{
        text-align: justify;
    }
    /* <=== itaboutmm ===> */

    /* <=== itabouthh ===> */
    /* .itabouthh{
        overflow: hidden;
        overflow-x: scroll;
    }
    .itabouthh::-webkit-scrollbar{
        height: 10px;
        background-color: #f4f4f4;
    }
    .itabouthh::-webkit-scrollbar-thumb {
        background-color: #cecece;
    }
    .itabouthh::-webkit-scrollbar-button {
        width: 10px;
    } */
    /* .itabouthh .hhscroll{
        min-width: 900px;
    } */
    .itabouthh .vvconts li{
        flex-wrap: wrap;
    }
    .itabouthh .vvconts li .tm{
        width: 100%;
    }
    .itabouthh .vvconts li .th{
        width: 100%;
    }
    /* <=== itabouthh ===> */
}
@media all and (max-width: 767px){

}