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

    /* Home Page quotes */
    #quote {
        background-image: url('../images/angel-1.png');
        background-color: #ededed;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    #quote p {
        font-size: 20px;
        color: #000;
        line-height: 24px;
    }

    #quote .quote-left,
    #quote .quote-right {
        max-height: 30px;
    }

    #quote .author {
        margin: 0;
        padding: 0;
        text-align: right;
        font-size: 22px;
        color: #D64D16;
        font-family: 'Roboto';
    }

    /* Service Pages */
    #what-we-do .service-section {
        margin-bottom: 30px;
    }

    #what-we-do .service-section-desc {
        text-align: left;
    }

    #what-we-do .mt-5 {
        margin-top: 0 !important;
    }

    #what-we-do .text-muted {
        margin-bottom: 30px;
    }

    .side-nav .navbar-nav .nav-link {
        color: #fff !important;
    }

    .menu-bars-setting {
        right: 0;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    .subfooter-nav {
        float: none;
        display: flex;
        justify-content: center;
        font-size: 12px;
    }
}
