body {
    background: #EAEBEB!important;
}


/* header css */

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
}

.u-contact-body {
    padding: 50px 10%;
}

.u-contact-body a {
    color: black;
}

.u-contact-cards {
    width: 25%;
    float: left;
    margin-bottom: 50px;
}

.u-contact-cards-avatar {
    border-radius: 50%;
    width: 80%;
}

.u-contact-cards-name {
    font-size: 20px;
    color: #118081;
    margin-top: 10px;
}

.u-contact-cards-phone,
.u-contact-cards-mail {
    font-size: 14px;
    margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
    .u-contact-cards {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .u-contact-cards {
        width: 100%;
    }
}


/* header css */