.contact-us {
    padding: 50px 0px;
    height: 250px;
    background-image:
        url(/img/5_uuu.png),
        linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.20));
    background-repeat: no-repeat, no-repeat;
    background-position:
        bottom right,
        right;
    background-size: 200px, cover;
    background-color: #555;
    position: relative;
    
}

/* .contact-info {
    align-self: center;
} */

.contact-header {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 30px;
    padding-top: 40px;
    text-align: center;
}

.contact-slogan {
    color: #fff;
    padding: 20px;
    font-weight: 200;
    text-align: center;
}

.contact-link {
    padding: 10px 15px;
    border: 1px solid #555;
    background-color: #95C11E;
    border-radius: 5px;
    color: #fff;
    margin-right: 150px;
    display: block;
}

.contact-btn {
    align-self: center;
}

.contact-text {
    padding: 40px 0px 60px 0px;
}

@media (min-width: 1200px) {
    .contact-us {
        height: 250px;
        background-size: 700px, cover;
    }
}