#contacts {
    position: relative;
    z-index: 1;
    margin-bottom: 9.375rem;
}

#contacts h2 {
    background-image: url(/assets/img/contacts-h2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
}

.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;
}

.contact-content-item h3 {
    color: #fff;
    font-weight: 500;
    font-size: 2.625rem;
    line-height: 2.625rem;
    margin: 0 0 1.25rem;
}

.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;
}