.mobile-owl {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
}
.mobile-owl .active-zone .img::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 93%;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
}
.mobile-owl .div1 { grid-area: 1 / 1 / 2 / 4; }
.mobile-owl .div2 { grid-area: 1 / 4 / 2 / 7; }
.mobile-owl .div3 { grid-area: 1 / 7 / 2 / 10; }
.mobile-owl .div4 { grid-area: 1 / 10 / 2 / 13; }
.mobile-owl .div5 { grid-area: 2 / 1 / 3 / 5; }
.mobile-owl .div6 { grid-area: 2 / 5 / 3 / 9; }
.mobile-owl .div7 { grid-area: 2 / 9 / 3 / 13; }
.mobile-owl .div8 { grid-area: 3 / 1 / 4 / 7; }
.mobile-owl .div9 { grid-area: 3 / 7 / 4 / 13; }
.mobile-owl .owl-dot {
    margin: 0 9px !important;
}
.active-zone {
    height: 220px;
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
}
.active-zone .title {
    position: absolute;
    bottom: 25px;
    right: 10px;
    left: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.active-zone .img {
    width: 100%;
    transition-duration: 0.3s;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.active-zone .img:hover {
    -webkit-box-shadow: 4px 5px 11px 2px rgba(0,0,0,0.24);
    box-shadow: 4px 5px 11px 2px rgba(0,0,0,0.24);
}

.left-rows, .right-rows {
    width: 15%;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient( 303deg, #e1f1fa, #e1f1fa 7px, #fafafa 4px, #fafafa 33px );
}
.left-rows {left: 0}
.right-rows {right: 0}
.wrap-liner {
    background-color: #fafafa;
    min-height: 200px;
    padding: 28px 0;
}
.wrap-best-team .title {
    color: #00A6FA;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 1200px) {
    .wrap-liner {
        height: auto;
    }
}
@media only screen and (max-width: 992px) {
    .left-rows, .right-rows {
        display: none;
    }
}

#main_ex .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#main_ex .left-block {
    padding-right: 20px;
}
.left-block h3 {
    display: flex;
    margin-bottom: 23px !important;
    margin-top: 0 !important;
}
.right-block {
    height: 320px;
    position: relative;
}
.how-it .right-img {
    position: relative;
    height: 100%; width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.how-it .right-img::after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
}
.desc-for-right-img {
    height: 100px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 30px;
}
.desc-for-right-img .gr {
    display: grid;
    grid-template-columns: 1fr 3fr 160px;
    justify-items: stretch;
}
.desc-for-right-img .tc {
    line-height: 24px;
    padding-top: 3px;
}
.desc-for-right-img .ava {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.desc-for-right-img .wrap-ava {
    min-width: 90px;
}
.desc-for-right-img .text span {
    font-size: 13px;
}
.desc-for-right-img .text {
    color: #fff;
    font-size: 20px;
    min-width: 95px;
    font-weight: 600;
}
.desc-for-right-img .green {
    color: #A5C94B;
    font-size: 17px !important;
}
@media only screen and (max-width: 767px) {
    .desc-for-right-img .gr {
        grid-template-columns: 1fr 4fr 160px;
    }
    #main_ex .item {
        display: grid;
        grid-template-columns: 1fr;
    }
    #main_ex .left-block {
        padding-top:20px;
        order: 2;
    }
    #main_ex .right-block {
        order: 1;
    }
}
@media only screen and (max-width: 570px) {
    .desc-for-right-img {
        height: auto;
        bottom: 5px;
    }
    .desc-for-right-img .gr {
        display: grid;
        grid-template: 100px 1fr / 100px 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .div1 { grid-area: 1 / 1 / 3 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 2 / 3 / 3; }
    .div3 .cost {line-height: 20px;}
}

.padding-bottom-15{
    padding-bottom: 15px
}