.contact-us-part {
    background-image: url('../images/green-design.jpg');
    max-width: 100%;

    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 1.875rem;

    text-align: center;
}

.contact-us-part h5 {
    max-width: 60%;

    padding-bottom: 0.625rem;
    margin-left: auto;
    margin-right: auto;

    color: white;
    line-height: 2.25rem;
    letter-spacing: 0.03125rem;

    font-size: 1.875rem;
    font-weight: 600;
}

.contact-us-part p {
    padding-bottom: 1.5625rem;

    color: white;
    line-height: 1.375rem;

    font-size: 0.875rem;
    font-weight: 400;
}

.contact-us-part a {
    color: white;
    line-height: 1.375rem;

    font-size: 1rem;
    font-weight: 400;

    transition: color 0.2s;
}

.contact-us-part .greater-than-three {
    background-color: white;
    color: rgb(46,139,87);

    transition: all 0.2s;
}

.contact-us-part a:hover {
    color: rgb(0,168,107);
}

.contact-us-part a:hover .greater-than-three {
    background-color:rgb(181, 243, 222);
}