@media screen and (max-width: 600px) {
    body {
        word-break: break-word;
    }

    .header__wrapper {
        flex-direction: column;
    }

    .social-media {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 10;
    }

    .social-media__btn {
        padding: 10px 0;
        justify-content: center;
        width: 50%;
    }

    .container {
        flex-direction: column;
        padding: 0 15px;
    }

    .content {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .content__item .screens {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        height: 340px;
    }

    .screens .mockup:nth-child(1),
    .screens .mockup:nth-child(2),
    .screens .mockup:nth-child(5) {
        display: none;
    }

    .screens .mockup:nth-child(3) {
        top: 0;
    }

    .screens .mockup:nth-child(4) {
        top: 12em;
    }

    .screens-2 {
        height: 320px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .screens-2 .mockup:nth-child(1) {
        width: 45%;
        top: 35%;
    }

    .screens-2 .mockup:nth-child(2) {
        width: 100%;
        left: 0;
        right: 0;
    }

    .screens-2 .mockup:nth-child(3) {
        width: 70%;
        top: 50%;
        right: -15px;
    }

    .heading {
        font-size: 42px;
        line-height: 42px;
    }

    .heading--small {
        font-size: 24px;
        line-height: 30px;
    }

    a.btn.orange.bold {
        margin-top: 0;
        display: block;
        text-align: center;
    }

    .accordion-wrapper {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .accordion__title {
        padding: 20px 10px;
        font-size: 20px;
        line-height: 24px;
        gap: 10px;
    }

    .accordion__title:after {
        right: 10px;
        width: 5px;
        height: 5px;
    }

    .footer__wrapper {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .footer__item.image {
        display: none;
    }

    .newsletter-form .newsletter-form__input {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
    }

    br {
        display: none;
    }

    .header__wrapper {
        padding: 0 15px;
    }

    .container {
        flex-direction: column;
        padding-bottom: 0;
    }

    .content {
        width: 100%;
        padding-bottom: 40px;
    }

    a.btn.orange.bold {
        margin-top: 40px;
    }

    section#rvl-cont-2 {
        padding-bottom: 80px;
    }

    .footer__wrapper {
        padding: 0 15px;
        gap: 20px;
    }

    .newsletter-form .newsletter-form__input {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 95vw;
    }

    .screens .mockup:nth-child(5) {
        display: none;
    }

    .screens-2 {
        height: 420px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .wrapper {
        width: 90vw;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .screens .mockup:nth-child(5) {
        width: 1000px;
        height: auto;
        top: 50px;
        left: -23em;
    }
}