@media (max-width: 400px) {
    .about-feedback p {
        width: 32rem;
    }

    .thank-you-component {
        width: 35rem;
    }

    .footer {
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .about-feedback p {
        width: 28rem;
    }

    .thank-you-component {
        width: 28rem;
    }

    .footer {
        font-size: 1.1rem;
    }
}