@media (max-width: 600px) {
    #navBar {
        margin-inline: 1rem;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9) !important;
        border-radius: 1rem;
        margin-top: 0.5rem;
    }

    #services .row .col-md-3 .content {
        width: 94%;
        margin-inline: auto;
        margin-bottom: 2rem;
    }

    #services .col-md-3:hover .icon {
        transform: scale(1.1) !important;
    }

    #projectCount .row .col-md-3 {
        margin-bottom: 3rem;
    }
}

@media (600px <=width <=767px) {
    #navBar {
        margin-inline: 1rem;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9) !important;
        border-radius: 1rem;
        margin-top: 0.5rem;
    }
}

/* START ABOUT SECTION */
@media (0px <=width <=991px) {

    #about figure {
        border: none !important;
    }

    #about figure img,
    #about .profile-layer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
    }

    #about button {
        margin-bottom: 1rem;
    }
}

/* END ABOUT SECTION */

/* START TESTIMONIAL SECTION */
@media (0px <=width <=767px) {

    #testimonial .item {
        display: inline-block;
    }

    #testimonial figure {
        text-align: center;
    }
}

/* END TESTIMONIAL SECTION */

/* START BLOG SECTION */
@media (0px <=width <=767px) {

    #blog .card {
        margin-bottom: 2rem;
    }
}

/* END BLOG SECTION */