@media (min-width: 992px) {
    section.contact .wrapper>.row {
        --bs-gutter-x: 60px;
    }
}

section.banner .content-inner {
    max-width: 810px;
}

section.contact .contact-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

section.contact .contact-list.d-flex {
    margin-bottom: 30px;
}

section.contact p {
    color: var(--black);
}

section.contact h3.title {
    font-family: var(--fritz-regular);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

section.contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.contact .contact-info p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

section.contact .contact-info a {
    font-size: 16px;
}

section.contact .contact-info img {
    width: 30px;
    height: 30px;
}

section.contact .contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;

    @media (max-width: 991px) {
        margin-top: 20px;
    }
}

section.contact h2 {
    margin-bottom: 20px;
}

section.contact form .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

section.contact form .submit-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
}

section.contact form .submit-wrapper:after {
    left: -100px;
}

section.contact form .submit-wrapper:hover::after {
    transform: translateX(10000%) skewX(-15deg);
}


section.contact input:not([type="submit"]),
section.contact textarea {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba(155, 3, 2, 0.15);
    outline: 0;
    width: 100%;
}

section.contact input::placeholder,
section.contact textarea::placeholder {
    color: var(--black);
}

section.contact form .wpcf7-spinner {
    display: none;
}

section.contact form p:last-of-type {
    margin-bottom: 0;
}