h1 {
    font-size: 30px;
    font-weight: bold;
    color: #3A3B3E;
}

.font-medium {
    font-size: 18px;
    font-weight: bold;
    color: #3A3B3E;
}

/* OPT IN CHECKBOX */
.cs_field.rounded-md {
    background: transparent !important;
    border: none !important;
    padding-left: 8px !important;
    margin-top: -15px;
}

/* ITALIAN WORD */
.text-sm p {
    opacity: 0.5;
    font-size: 12px !important;
    margin-top: 5px !important;
    margin-bottom: 1px !important;
}

/* TEXTAREA */
textarea {
    margin-top: 20px !important;
    height: 150px !important;
}