.first-order-pg__banner {
    padding: 20px 0 36px 0;
}

.first-order-pg__banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1280/619;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
}

.first-order-pg__content {
    padding-bottom: 36px;
}

.first-order-pg__content-wrapper {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.first-order-pg__section-title {
    font: 500 32px/38px 'Oceanic Grotesk Compact', sans-serif;
    color: #000000;
    margin: 0;
}

.first-order-pg__content-inner {
    display: flex;
    width: 100%;
    max-width: 1049px;
    gap: 12px;
    flex-direction: column;
}

.first-order-pg__list {
    display: flex;
    gap: 7px;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 20px;
}

.first-order-pg__list-item {
    padding-left: 3px;
    list-style-type: decimal;
}

.first-order-pg__text {
    font: 400 16px/19px 'Oceanic Grotesk Compact', sans-serif;
    color: #000000;
}

.first-order-pg__separator {
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
}

@media screen and (max-width: 1100px) {
    .first-order-pg__banner {
        padding: 16px 0 30px 0;
    }

    .first-order-pg__banner-image {
        aspect-ratio: 736/356;
    }

    .first-order-pg__content {
        padding-bottom: 30px;
    }

    .first-order-pg__content-inner {
        max-width: 635px;
    }

    .first-order-pg__section-title {
        font-size: 24px;
        line-height: 29px;
    }

    .first-order-pg__list {
        padding: 0 0 0 18px
    }

    .first-order-pg__text {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .first-order-pg__banner {
        padding: 0 0 24px 0;
    }

    .first-order-pg__banner-image {
        aspect-ratio: 343/166;
    }

    .first-order-pg__content {
        padding-bottom: 9px;
    }

    .first-order-pg__content-wrapper {
        gap: 12px;
    }

    .first-order-pg__section-title {
        font-size: 20px;
        line-height: 24px;
    }

    .first-order-pg__list {
        padding: 0 0 0 16px;
    }

    .first-order-pg__content-inner {
        gap: 10px;
    }

    .first-order-pg__text {
        font-size: 12px;
        line-height: 14px;
    }
}