@media (max-width: 426px) {
    .navbar-container {
        height: 65px;
    }

    .carousel-wrapper {
        width: 330px;
        margin: auto;
    }

    .wlw-cards {
        margin-left: auto;
        margin-right: auto;
    }

    .wlw-card {
        width: 331px;
        height: 231px;
    }

    .wlw-icon {

        margin-bottom: 2rem;
    }

    .wlw-section {
        padding-bottom: 3.rem;
    }

    .brand-subtitle {
        max-width: 292px;
    }

    .res-card {
        min-width: 244px;
        max-height: 335px;
    }

    .res-icon-title h3 {
        margin-top: 0;
    }

    .brand-title,
    .spotlight-header h2,
    .res-title,
    .wlw-title {
        font-size: 30px;
        line-height: 40px;
    }

    .res-card h3 {
        font-size: 20px;
    }

    .res-section {
        min-height: 675px;
    }

    .social-icon {
        width: 31px;
        height: 31px;
    }

    .social-icon img {
        width: auto;
        height: 12px;
    }

    .footer-bottom {
        padding-top: 1.5rem;
        gap: 10px;
    }

    .footer-bottom p,
    .footer-bottom-links {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-content {
        margin-bottom: 3rem;
    }
}

@media (max-width: 376px) {
    .wlw-card {
        width: 100%;
        height: 231px;
        padding: 30px 20px;
    }

    .story-card {
        min-width: 100%;
        height: 360px;
    }
}

@media (max-width: 321px) {
    .carousel-wrapper {
        width: 100%;
    }
}