.ad.tertiary-text {
    color: #424242;
}

.ad-label {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
}
input::placeholder {
    padding-left:0px;
    font-size: 12px;
    color: #616161;
}

h3 {
    color: #0A0A0C;
    text-align: center;
    font-size: 2rem;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 2.625rem;
    letter-spacing: 0.02rem;
}

h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #242424;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 768px) {
    h3 {
        color: #0A0A0C;
        text-align: center;
        font-size: 1.5rem;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 2.625rem;
        letter-spacing: 0.02rem;
    }

    h4 {
        color: #0A0A0C;
        font-size: 1.25rem;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.02rem;
    }
}