a.cta-aimhigh {
    padding: 15px 20px !important;
}

section.services-right-image {
    color: #fff;
}

section.services-second-section .second-section-top-heading {
    margin-bottom: 60px;
}

section.services-second-section .second-section-row img {
    margin-bottom: 30px;
}


section.services-right-image .right-image-content {
    padding-right: 50px;
}

section.services-left-image .left-image-content {
    padding-left: 50px;
}

section.services-right-image .right-image-img img,
section.services-left-image .left-image-img img {
    border-radius: 5px 100px;
    min-height: 500px;
    object-fit: cover;
}

section.services-right-image p,
section.services-left-image p {
    margin-bottom: 30px;
}

section.services-right-image {
    border-radius: 0px 0px 0px 430px;
    color: #fff;
}

.services-blue-bg {
    background: linear-gradient(90deg, #091E3A 0%, #215BA9 67.19%, #006DFF 100%);
}

.services-brown-bg {
    background: var(--linear-2-paints, linear-gradient(83deg, #5B5B3D 0%, #81814F 51.56%, #99996A 100%));
}

@media (max-width: 1700px) {
    section.services-right-image {
        border-radius: 0px 0px 0px 200px;
    }
}

@media (max-width: 1199px) {
    section.services-right-image {
        border-radius: 0px 0px 0px 100px;
    }

    section.services-right-image .right-image-row {
        flex-direction: column-reverse;
    }

    section.services-right-image .right-image-row img,
    section.services-left-image .left-image-img img {
        margin-bottom: 30px;
        min-height: unset;
        border-radius: 5px 60px !important;
    }

    section.services-right-image .right-image-content {
        padding-right: 0;
    }

    section.services-left-image .left-image-img {
        margin-bottom: 30px;
    }

    section.services-left-image .left-image-content {
        padding-left: 0;
    }
}