.special-list .blue-banner {
    width: 100%;
    background-color: #1D4288;
}

.special-list .blue-banner .wrap-menu {
    width: 670px;
}

.special-list .blue-banner .wrap-menu a {
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 24px 0;
    padding: 0;
    text-decoration: none;
}

.special-list .title-section {
    box-sizing: border-box;
    border-bottom: 1px solid #939598;
    padding-bottom: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin-top: 58px;
    color: #1D4288;
}

.special-list .list-specials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.special-list .row-list-specials {
    display: flex;
}

.special-list .wrap-card-special {
    max-width: 440px;
}

.special-list .without-specials {
    width: 100%;
    border-radius: 16px;
    background-color: #EFEFEF;
    height: 227px;
}

.special-list .without-specials .header-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #1D4288;
    text-align: center;
}

.special-list .without-specials .sub-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    text-align: center;
}

.special-list .without-specials .sub-button {
    width: 272px;
    margin-top: 8px;
}

@media (max-width: 576px) {
    .special-list .list-specials {
        justify-content: center;
    }

    .special-list .blue-banner .wrap-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .special-list .blue-banner .wrap-menu p {
        margin: 8px 0;
    }
}