.tab-contact {
    position: relative;
    z-index: 1;
    background: var(--cream);
    padding: 50px 0;
}

.tab-contact__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.tab-accordion__panel__content h2 {
    text-align: center;
    font-size: 28px;    
}

.tab-contact-form-heading {
    margin: 0 0 30px;
}

.tab-contact-form-heading h2:last-child {
    margin: 0;
}

@media(min-width: 768px) {
    .tab-contact {
        background: transparent;
    }

    .tab-contact__wrapper {
        padding: 30px;
        background: var(--cream);
        max-width: 1050px;
        margin: 0 auto;
    }

    .tab-accordion__panel__content h2 {
        font-size: 35px;        
    }

    .tab-contact-form-heading {
        margin: 0 0 35px;
    }

    .tab-accordion__panel__content {
        padding: 40px 0 0;
    }
}



@media(min-width: 1200px) {
    .tab-contact {
        padding: 100px 0;
    }

    .tab-contact__wrapper {
        padding: 75px 77px;
    }

    .tab-accordion__panel__content h2 {
        font-size: 45px;
    }
}