@media only screen and (max-width: 1023px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    h3 {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }    
    header.is-active {
        position: fixed;
        height: 100vh;
    }
    header.is-active .menu {
        position: absolute;
        top: 84px;
        width: 100%;
        height: 100vh;
        left: 0;
        border-top: 3px solid black;
        padding-top: 30px;
    }
    #donation .bg-color.bg-color--white {
        border-left: 0;
    }

    header .menu ul li {
        width: fit-content;
        margin-left: auto;
    }

    .image-header img {
        aspect-ratio: auto;
        height: auto;
        width: auto;
    }    
}

@media only screen and (max-width: 820px) {
    .slideshow {
        height: 500px;
    }   
    .modal .modal__content {
        margin: 60px 20px;
        left: calc(50% - 40px);
        transform: translate(calc(-50% + 20px), calc(-50% + 60px));
        padding: 0px 0px 0px 20px;
    }     
    .modal__content-overflow {
        padding: 40px 20px;
    }
    .modal .modal__content .modal__content-close {
        right: -20px;
    }
}

@media only screen and (max-width: 620px) {
    .slideshow {
        height: 300px;
    }    
    .article {
        padding: 5px 10px;
    }
    #history .press-content {
        padding-right: 10px;
        font-size: .8rem;
    }
}