.hobbies {
    font-family: var(--fonte-padrao);
    font-size: .875rem;
}

.hobbies__title {
    font-size: 1.375rem;
    color: var(--cor-fonte-padrao);
    font-weight: 700;
    line-height: 1.625rem;
    text-align: center;
    margin-bottom: 1rem;
}

.hobbies__line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hobbies__box__ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hobbies__box{
    display: block;  
    width: 33.33%;
}

@media screen and (min-width: 768px) {
    .hobbies {
        font-size: 1rem;
    }

    .hobbies__title{
        margin-bottom: 2rem;
    }
}
