#contacts {
    position: relative;
    z-index: 1;
    margin-bottom: 9.375rem;
}

#contacts h2 {
    background-color: transparent;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 4.625rem;
    color: #A3A09C;
}

.contacts-img {
    position: absolute;
    top: -7rem;
    right: 0;
    width: auto;
    height: 100%;
    z-index: -1;
}

.contact-text {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin: 0 0 5.125rem;
}

.contact-text strong {
    display: block;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 0.75rem;
}

.contact-content-item {
    margin-bottom: 2.75rem;
    border-left: 1px solid #3E424099;
    padding-left: 1rem;
    max-width: 25rem;
}

.contact-content-item h3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -3%;
}

.contact-content-item span {
    display: block;
    margin: 0 0 1.125rem;
}

.contact-content-item p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0%;
    margin: 1.25rem 0 0;
}

.contact-content-item a {
    text-decoration: underline;
    transition: color .3s;
    color: var(--header);
}

.contact-content-item a:hover {
    color: #DB0C0C;
}