.services {
    float: left;
    width: 100%;
}

.services h2 {
    margin: 0 !important;
    color: #4E6A6E;
    text-align: center;
}

.service-title,
.aboutus-title {
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

.services-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.service-wrapper {
    display: inline-block;
    width: 16%;
}

.service-icon {
    float: left;
}

.service-wrapper img {
    max-width: 70%;
}

.service-wrapper .service-icon-txt {
    margin-top: 8px;
    font-size: 16px;
}


/* About Us */

.about-us-contact-us {
    float: left;
    width: 100%;
    background-color: #4E6A6E;
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    padding: 53px 0;
}

.about-us,
.contact-us {
    width: 48% !important;
    float: left !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.about-us {
    margin-right: 4% !important;
}

.about-us-title,
.contact-us-title {
    float: left !important;
    width: 30% !important;
    margin-top: 4% !important;
    margin-right: 5% !important;
}

.about-us h2,
.contact-us h2 {
    margin: 0 !important;
    color: #FFFFFF !important;
    text-align: center !important;
}

.aboutus-content,
.contact-us-information {
    color: #FFFFFF !important;
    float: left !important;
    width: 65% !important;
}

.contact-us a,
.contact-us a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.address,
.phone-number,
.mail {
    width: 100%;
    float: left;
    margin-bottom: 2%;
}

.contact-us-information p,
.address p,
.phone-number p,
.mail p {
    line-height: 15px;
    color: #FFFFFF;
}

.contact-us-information i,
.address i,
.phone-number i,
.mail i {
    float: left;
    color: #FFFFFF;
    margin-right: 2%;
    width: 5%;
}

@media (max-width: 1024px) {
    .about-us,
    .contact-us {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .about-us {
        margin-bottom: 5% !important;
    }
}