.service-section {
    font-size: 40px;
}

.service-title-content {
    border-left: 6px solid var(--p-c);
}

.service-title-content h1 {
    font-size: 1em;
    font-weight: 600;
    color: var(--p-c);
}

.service-title-content p {
    font-size: .3em;
    font-weight: 500;
}

.service-wrapper h1 {
    font-size: 2.5em;
    color: #EBEBEB;
    font-weight: 700;
}

.services-box {
    position: relative;
}

.services-bg-image::before {
    position: absolute;
    content: "RCM";
    top: 50%;
    left: 0%;
    transform: translate(-70%, 20%) rotate(270deg);
    font-weight: 600;
    color: #EBEBEB;
    font-size: 1.3em;
    font-family: "Maitree", serif;
}

.services-bg-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.6;
    background-image:
        linear-gradient(to right,
            #00000050 0%,
            #0f33476f 50%,
            #0f33474f 100%),
        linear-gradient(rgba(60, 57, 80, 0.2),
            rgba(60, 57, 80, 0.2)),
        url("../images/service-section/service-bg 1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 10px;
    transition: .6s !important;
}

.services-bg-image:hover {
    background-size: 110%;
}

.hightlight {
    position: absolute;
    border-left: 4px solid #FFFF00;
    bottom: 15px;
    width: 100%;
    background: linear-gradient(to right,
            #ffff002a 0%,
            #ffff004b 18%,
            #99990000 97%,
            #99990000 100%);
}

.hightlight h1 {
    font-size: .5em;
    color: var(--w-c);
}

.hightlight p {
    font-size: .5em;
    color: #FFFF00;
}

@media (min-width: 0px) and (max-width: 500px) {
    .service-section {
        font-size: 15px;
    }

    .service-wrapper h1 {
        font-size: 1em;
        color: #EBEBEB;
        font-weight: 700;
    }

    .service-title-content p {
        font-size: .6em;
    }
}


@media (min-width: 501px) and (max-width: 768px) {
    .service-section {
        font-size: 20px;
    }

    .service-wrapper h1 {
        font-size: 1.5em;
        color: #EBEBEB;
        font-weight: 700;
    }

    .service-title-content p {
        font-size: .6em;
    }
}


@media (min-width: 769px) and (max-width: 992px) {
    .service-section {
        font-size: 22px;
    }

    .service-wrapper h1 {
        font-size: 2.2em;
        color: #EBEBEB;
        font-weight: 700;
    }

    .service-title-content p {
        font-size: .6em;
    }
}


@media (min-width: 992px) and (max-width: 1400px) {
    .services-bg-image {
        position: relative;
        width: 48%;
        aspect-ratio: 1.6;
        background-image:
            linear-gradient(to right,
                #00000050 0%,
                #0f33476f 50%,
                #0f33474f 100%),
            linear-gradient(rgba(60, 57, 80, 0.2),
                rgba(60, 57, 80, 0.2)),
            url(../images/service-section/service-bg\ 1.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        border-radius: 10px;
        transition: .4s;
    }

    .services-bg-image:hover {
        background-size: 110%;
    }

    .services-bg-image::before {
        position: absolute;
        content: "RCM";
        top: 50%;
        left: 0%;
        transform: translate(-70%, 20%) rotate(270deg);
        font-weight: 600;
        color: #EBEBEB;
        font-size: 1em;
        font-family: "Maitree", serif;
    }

}


@media (min-width: 1400px) {
    .services-bg-image {
        position: relative;
        width: 78%;
        aspect-ratio: 1.6;
        background-image:
            linear-gradient(to right,
                #00000050 0%,
                #0f33476f 50%,
                #0f33474f 100%),
            linear-gradient(rgba(60, 57, 80, 0.2),
                rgba(60, 57, 80, 0.2)),
            url(../images/service-section/service-bg\ 1.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        border-radius: 10px;
        transition: .4s;
    }

    .services-bg-image:hover {
        background-size: 110%;
    }

    .services-bg-image::before {
        position: absolute;
        content: "RCM";
        top: 50%;
        left: 0%;
        transform: translate(-70%, 20%) rotate(270deg);
        font-weight: 600;
        color: #EBEBEB;
        font-size: 1.3em;
        font-family: "Maitree", serif;
    }

}