.navy-bg {
    padding-bottom: 0;
}
.navy-bg .inner {
    width: 149.6rem;
}
.navy-bg .pagination {
    display: none;
}
.navy-bg ul {
    grid-template-columns: repeat(4, 22%);
    justify-content: space-between;
}
.navy-bg ul p {
    margin-top: 0;
    margin-bottom: 2rem;
}

@media (max-width: 1536px) {
    .navy-bg .inner {
        width: calc(100% - 40px);
    }
}
@media (max-width: 660px) {
    .navy-bg .inner {
        width: 100%;
        overflow-x: hidden;
        margin: 0;
    }
    .navy-bg .inner > h2, .navy-bg .inner > p {
        margin: 0 16px;
    }
    .navy-bg .pagination {
        margin-top: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .navy-bg .pagination span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
    }
    .navy-bg .pagination span.active {
        background-color: #ffb100;
    }
    .navy-bg ul.swiper-wrapper {
        display: flex;
        margin-top: 1rem;
        gap: 0;
    }
    .navy-bg ul.swiper-wrapper li.swiper-slide {
        background: none;
        padding: 0;
        border-radius: unset;
        align-items: center;
        cursor: grab;
    }
    .navy-bg ul.swiper-wrapper li.swiper-slide:active {
        cursor: grabbing;
    }
    .navy-bg ul.swiper-wrapper li.swiper-slide p {
        font-weight: 600;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}