.serv-1-flex {
    display: flex;
    justify-content: space-between;
}

.serv-1-left {
    width: calc(50% - 70px);
}

.serv-1-right {
    width: calc(50% - 60px);
    position: relative;
    padding-top: 210px;
}

.serv-1-text {
    color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.serv-1-text p {
    margin-bottom: 20px;
}

.serv-1-text p:last-child {
    margin-bottom: 0;
}

.serv-1 .main-btn-4 {
    width: 280px;
    max-width: 100%;
}

.serv-1-right-image {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 560px;
    overflow: hidden;
    width: calc(100% - 64px);
}

.serv-1-right-image:after {
    content: '';
    display: block;
    padding-top: 95%;
}

.serv-1-right-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.serv-1-right-box {
    position: relative;
    z-index: 20;
    margin-right: auto;
    padding: 40px 30px;
    background: #F8F8F8;
    width: 350px;
    max-width: 100%;
}

.serv-1-right-box-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.3%;
    margin-bottom: 30px;
}

.serv-1-right-box-text {
    color: #121212;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.serv-1-right-box-text li {
    margin-bottom: 10px;
}

.serv-1-right-box-text li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .serv-1-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .serv-1-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .serv-1-right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .serv-1-right {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }

}












.serv-2 {
    position: relative;
    background: #121212;
}

.serv-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 334px);
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.serv-2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 333px);
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.serv-2 .wrapper {
    position: static;
}

.serv-2 .wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.serv-2-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.serv-2-left {
    width: calc(50% - 100px);
}

.serv-2-right {
    width: calc(50% - 20px);
}

.serv-2-left-title {
    padding: 30px 50px;
    background: #F8F8F8;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.3%;
}

.serv-2-left-box {
    padding: 30px 50px;
    background: #262626;
}

.serv-2-left-item {
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #FFF;
}

.serv-2-left-item:last-child {
    margin-bottom: 0;
}

.serv-2-left-item-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.serv-2-left-item-text {
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.serv-2 .text-before-title,
.serv-2 .section-title {
    color: #fff;
}

.serv-2 .section-title {
    margin-bottom: 20px;
}

.serv-2-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.serv-2-option {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.serv-2-option  li {
    margin-bottom: 10px;
}

.serv-2-option  li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .serv-2-flex {
        flex-direction: column-reverse;
    }

    .serv-2-right {
        width: 100%;
        margin-bottom: 30px;
    }

    .serv-2-left {
        width: 100%;
    }

    .serv-2-left-title {
        padding: 24px;
    }

    .serv-2-left-box {
        padding: 30px 24px;
    }
}



.m-7 + .m-9 {
    padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .m-7 + .m-9 {
        padding-bottom: 80px;
    }
}