@media only screen and (max-width: 1227px) {

    /* Navigation Bar */
    #navbar {
        flex-direction: column;
        flex-wrap: wrap;
    }

    /* Navigation Bar list styling */
    #navbar ul li {
        font-size: 12px;
    }

    #navbar ul li a {
        padding: 4px 13px;
        border: 0px solid white;
        border-radius: 0px;
    }

    /* Marketing-services section */
    #services {
        flex-direction: column;
        padding-right: 0px;
    }

    .box-4 {
        margin-left: 0px;
    }

    .box-1 p {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.7rem;
        letter-spacing: 1px;
        color: rgb(92, 92, 92);
    }

    /* Footer Section */
    #footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer p {
        letter-spacing: 2px;
        text-align: center;
        font-size: 23px;
    }

    #footer h1 {
        font-size: 23px;
        text-align: center;
    }

    .footer-iteam-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Utility Class */
    .btn {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width:750px) {

    /* Navigation Bar */
    #navbar {
        flex-direction: column;
        flex-wrap: wrap;
    }

    /* Navigation Bar list styling */
    #navbar ul li {
        font-size: 8px;
    }

    #navbar ul li a {
        padding: 4px 6px;
        border: 0px solid white;
        border-radius: 0px;
    }

    #para-1 img {
        max-width: 100%;
        height: 200PX;
        padding-right: 56px;
    }

    /* Services Section */
    #services {
        padding: 0px 40px;
        margin-top: 23px;
    }

    .services-iteam-1 p {
        font-size: 17px;
        text-align: center;
    }

    .box-3 img {
        height: 290px;
    }

    .box-2 img {
        height: 290px;
    }

    #corporate img {
        height: 100px;
    }

    /* Footer Section */
    #footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer p {
        letter-spacing: 2px;
        text-align: center;
        font-size: 13px;
    }

    #footer h1 {
        font-size: 23px;
        text-align: center;
    }

    .footer-iteam-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 502px) {
    #home p {
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
    }

    #navbar ul li a {
        padding: 4px 3px;
        border: 0px solid white;
        border-radius: 0px;
    }

    .h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #250e62;
        font-size: 1.9rem;
        font-weight: bolder;
        margin-top: 35px;
    }

    /* Services Section */
    #services {
        padding: 0px 23px;
        margin-top: 23px;
    }

    .services-iteam-1 p {
        font-size: 11px;
        text-align: center;
    }

    .box-3 img {
        height: 200px;
    }

    .box-2 img {
        height: 200px;
    }

}