@media screen and (min-width: 601px) and (max-width: 1023px) {

    h1 {
        font-size: 5rem;
        color: var(--text-color);
        font-weight: 500;
    }

    h2 {
        font-size: 4rem;
        color: var(--text-color);
        font-weight: 500;
    }

    h3 {
        font-size: 2.5rem;
        color: var(--text-color);
        font-weight: 500;
    }

    p {
        margin: 0;
        padding: 0;
        
        font-size: 1.75rem;
        line-height: 2rem;
        color: var(--text-color);
        font-weight: 400;
    }

    .small-text {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    title {
        font-size: 2rem;
    }

    .titulo {
        font-size: 4rem;
        font-weight: 500;
        color: var(--text-color);
        width: 90%;

    }

    .btn-size {
        font-size: 1.5rem;
    }
}