﻿.reportInsights .reportInsights__content {
    padding: 5%;
}

.reportInsights .reportInsights__contentText {
    padding: 3%;
}

.reportInsights .reportInsights__topic {
    font-family: var(--font-noto);
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.reportInsights .reportInsights__pageName {
    font-family: var(--font-sancoale-light);
    font-size: 3rem;
    color: white;
    line-height: 1;
}

.reportInsights .tp-contact-form {
    background-color: white;
    border-radius: var(--rounded-2xl);
}

.reportInsights .reportInsights__headerForm {
    border-radius: var(--rounded-2xl) var(--rounded-2xl) 0 0;
}

.reportInsights .reportInsights__headerForm-text {
    font-family: var(--font-sancoale-medium);
    font-weight: normal;
    font-size: 2rem;
    color: #000000;
    padding: 0.8rem 0;
}

.reportInsights .tp-contact-form__container {
    padding: 1rem;
}

.reportInsights .reportInsights__descriptionForm {
    font-family: var(--font-noto);
    font-size: 1.2rem;
    color: white;
}

@media (min-width:992px) {
    .reportInsights .reportInsights__pageName {
        font-size: 3.7rem;
    }
}
