/* Small devices (phones) */
@media (max-width: 767px) {
    .service-section-content{
        padding-bottom: 20px;
    }
    .service-section-content span {
        font-size: 28px;
    }

    .service-section-content h4 {
        font-size: 24px;
    }

    .service-section-content b,
    .service-section-content p {
        font-size: 14px;
    }

    .service-section-image,
    .service-section-img {
        height: auto;
        width: 100%;
    }

    .service-container {
        padding: 0;
    }

    .service-title {
        font-size: 30px;
    }

    .section-top-gap {
        margin-top: 15px;
    }

    .pb-50,
    .pt-50 {
        padding: 30px !important;
    }

    .service-content {
        padding: 0 15px;
    }

    .service-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .service-content h6 {
        font-size: 16px;
        margin-left: 20px;
    }

    .service-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .service-section-img {
        height: auto;
        margin-top: 20px;
    }

    .service-section-img img {
        height: auto;
    }

    .why-choose-container {
        padding: 20px;
        margin: 10px 0;
    }

    .why-section-content h2 {
        font-size: 32px;
    }

    .why-choose-container h3 {
        font-size: 22px;
    }

    .why-choose-container {
        width: 100%;
        height: auto;
    }
}

/* Medium devices (tablets) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-section-content {
        padding-bottom: 50px;
    }

    .service-section-content span {
        font-size: 36px;
    }

    .service-section-content h4 {
        font-size: 28px;
    }

    .service-section-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .service-section-content b {
        font-size: 15px;
    }

    .service-section-img,
    .service-section-image {
        height: 350px;
        width: 100%;
    }

    .service-content {
        padding: 0 25px;
    }

    .service-content h2 {
        font-size: 30px;
    }

    .service-content h6 {
        font-size: 18px;
        margin-left: 20px;
    }

    .service-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .service-section-img {
        height: 400px;
    }

    .why-section-content h2 {
        font-size: 36px;
    }

    .why-choose-container h3 {
        font-size: 24px;
    }

    .why-choose-container {
        width: 100%;
        height: 246px;
    }
}

/* Tablets and small desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-section-content span {
        font-size: 42px;
    }

    .service-section-content h4 {
        font-size: 32px;
        margin-bottom: 5px !important;
    }

    .section-gap-1 {
        margin-top: 0px;
    }

    .service-section-content p,
    .service-section-content b {
        font-size: 15px;
    }

    .service-section-img,
    .service-section-image {
        height: 430px !important;
    }

    .service-content {
        padding: 0 30px;
    }

    .service-content h2 {
        font-size: 34px;
    }

    .service-content h6 {
        font-size: 18px;
    }

    .service-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .service-section-img {
        height: 450px;
    }

    .why-section-content h2 {
        font-size: 42px;
    }

    .why-choose-container {
        width: 100%;
        height: 196px;
    }
}

/* Desktops mid-size */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .service-section-content span {
        font-size: 46px;
    }

    .service-section-content h4 {
        font-size: 36px;
    }

    .service-section-content b,
    .service-section-content p {
        font-size: 16px;
    }

    .service-section-img,
    .service-section-image {
        height: 450px;
    }

    .service-content h2 {
        font-size: 36px;
    }

    .service-content p {
        font-size: 16px;
    }

    .service-section-img {
        height: 480px;
    }

    .why-section-content h2 {
        font-size: 46px;
    }

    .why-choose-container {
        width: 100%;
        height: 196px;
    }
}

/* Desktops large */
@media only screen and (min-width: 1320px) and (max-width: 1920px) {
    .service-section-content span {
        font-size: 48px;
    }

    .service-section-content h4 {
        font-size: 34px !important;
    }

    .service-section-content b,
    .service-section-content p {
        font-size: 16px;
    }

    .service-section-img,
    .service-section-image {
        height: 450px !important;
    }

    .service-content h2 {
        font-size: 38px;
    }

    .service-content p {
        font-size: 16px;
    }

    .service-section-img {
        height: 500px;
    }

    .why-section-content h2 {
        font-size: 48px;
    }

    .why-choose-container {
        width: 100%;
        height: 196px;
    }
}