#contact h2 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #191235;
    font-size: 24px;
}
#contact p {
    color: #6B6A6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}
@media only screen and (min-width: 1400px) {
    #contact h2 {
        font-size: 34px;
    }
}