@media screen and (max-width: 768px) {

    body {
        font-size: 14px;
        line-height: 1.3;
        overflow: auto;
    }

    .site {
        padding: 40px 20px;
        height: 60vh;
    }

    .site-header__wrapper {
        padding: 0 10px;
    }

    .site-header__logo a img {
        height: 45px;
    }

    .site-title {
        font-size: 24px;
        margin: 15px 0;
        animation: scrollText 12s linear infinite;
    }

    .site-title__image {
        height: 100px;
    }

    .contact-details h2 {
        font-size: 16px;
        padding: 6px 15px;
    }

    .contact-details p {
        font-size: 14px;
        word-break: break-word;
    }

    .footer__wrapper p {
        flex-direction: column;
        text-align: center;
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-icon {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .site-title {
        font-size: 20px;
    }

    .contact-details h2 {
        font-size: 15px;
    }

    .site-header__logo a img {
        height: 40px;
    }
}
