body {
    background-color: #04070D !important;
    ;
}

.headerContact {
    padding-top: 60px;
}

.contact-header,
.contact-body {
    margin: 0 0 65px 175px;
    font-family: 'Gabarito', sans-serif !important;
    color: white !important;
}

.contact-tag {
    background-color: #92FDB7;
    width: 71px;
    padding: 2px 8px;
    border-radius: 36px;
}

.contact-tag>p {
    color: #14532D !important;
    font-size: 12px !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 18px;
    text-align: center !important;
}

.contact-row>h1 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    letter-spacing: -2%;
    font-size: 48px;
    text-align: left !important;
}

.contact-row>h2 {
    max-width: 680px;
    font-family: inherit;
    color: inherit;
    font-size: 20px;
    line-height: 30px;
    text-align: left !important;
}

.contact-content {
    text-align: left !important;
    ;
}

.contact-content>h3 {
    max-width: 680px;
    font-family: inherit;
    color: inherit;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 24px;
    text-align: left !important;
}

.contact-content>p {
    max-width: 680px;
    font-family: inherit;
    color: #D7D7D7;
    font-size: 20px;
    line-height: 30px;
    text-align: left !important;
}

.contact-content>img {
    padding-bottom: 24px;
    text-align: left !important;
}

.contact-body-row:nth-child(1) {
    padding-top: 0;
}

.contact-body-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (max-width:830px) {
    .headerContact {
        padding-top: 15px;
    }

    .contact-header,
    .contact-body {
        margin: 10px 20px;
    }

    #column3071 {
        margin: 10px 20px;
    }

    .contact-body-row {
        flex-wrap: nowrap;
        gap: 25px;
    }


}