.contact-banner {
    width: 100%;
    position: relative;
}

.contact-banner img {
    width: 100%;
}

.contact-banner-title {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28.125rem;
    margin-left: -14.063rem;
    text-shadow: 5px 5px 5px rgba(219, 130, 52, 0.1);
}

.contact {
    width: 87.5rem;
    margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.contact-item {
    width: 27.5rem;
    height: 14.75rem;
    box-sizing: border-box;
    padding-top: 3.25rem;
    padding-left: 2.44rem;
    display: flex;
    flex-direction: column;
    background-color: #eaeced;
    margin-right: 2rem;
    margin-bottom: 2.44rem;
    box-shadow: 0rem 0rem 0rem 0rem rgba(51, 51, 51, 0.15);
}

.contact-item:nth-of-type(3) {
    margin-right: 0;
}

.contact-item:nth-of-type(6) {
    margin-right: 0;
}


.contact-item span:nth-of-type(1) {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #333333;
}

.contact-item span:nth-of-type(3),
.contact-item span:nth-of-type(4),
.contact-item span:nth-of-type(5) {
    font-size: 1rem;
    line-height: 1.8rem;
    width: 21.125rem;
    color: #666666;
}

.contact-divider {
    width: 2.56rem;
    height: 0.13rem;
    background-color: #0193de;
    margin: 1.25rem 0;
}