@media (max-width: 1000px) {
    .container {
        width: 90%;
    }
    .title-block {
        padding: 20px;
    }
    .fv {
        gap: 30px;
    }
    .fv .fv-image img {
        border-radius: 30px;
        height: 40vh;
    }
    .fv .fv-text__content {
        padding-top: 40px;
        width: 100%;
    }
    .content-introduction__images img {
        height: 200px;
    }
    .content-activity__content > div {
        width: 100%;
    }
    .content-activity__content__card a {
        font-size: 1.6rem;
    }
    .content-professor__content {
        grid-template-columns: 1fr;
    }
    .footer {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .fv {
        grid-template-columns: 1fr;
    }
    .fv .fv-image img {
        border-radius: 30px;
        height: 40vh;
    }
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    hr.separator {
        margin: 4rem auto;
    }
    ul.menu {
        display: none;
    }
    .content-category {
        grid-template-columns: 1fr;
    }
    .content-introduction__images {
        grid-template-columns: 1fr;
    }
    .background-scenery, .background-book {
        height: 200px;
    }
    .content-study__table tr td:nth-child(1) {
        width: 100px;
        font-size: 1.4rem;
    }
    .content-study__table tr td:nth-child(2) {
        font-size: 1.4rem;
    }
    .content-professor__box > div:nth-child(2) {
        font-size: 1.4rem;
    }
    .content-professor__box h4 {
        display: inline;
    }
    a.button__small {
        font-size: 1rem;
    }
}