.contact-us-row {
    margin: 60px 0;
}

.contact-us-row h4 {
    color: var(--primary--color);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-us-body {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #111;
    padding: 30px;
    margin-top: 15px;
}

.contact-us-body p:last-of-type {
    margin: 0;
}

.contact-us-body-title {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
}
