/* utils */
.ornament {
    width: auto;
    height: 95%;
    position: absolute;
    bottom: -15%;
    left: 0;
    object-fit: cover;
    object-position: top right;
}

.page-header {
    padding-bottom: 80px;
}
/* End utils */

/* Aside */
.container-plus {
    padding: 0 12px;
}

.aside-btn {
    height: fit-content;
    border-radius: var(--border-radius);
    background-color: var(--primary);
    font-family: var(--font-2);
    color: var(--white);
    padding: 8px 16px;
}
/* End Aside */

/* Section */
.section-title {
    font-family: var(--font-1);
    font-style: normal;
    font-size: 28px;
    background: var(--primary);
    border-radius: var(--border-radius);
    color: #ffffff;
    padding: 24px 40px;
    text-align: center;
}

.section-table thead th {
    border: 0;
    padding: 0 16px;
}

.section-table tbody td {
    border-bottom: 1px solid var(--primary);
    border-top: 0;
    vertical-align: middle;
    padding: 24px 0;
}

.section-table tbody tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.section-ic {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.mobile-screen-package-container {
    display: none;
}
/* End Section */

@media (min-width: 768px) and (max-width: 997.98px) {
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    aside {
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    aside {
        margin-bottom: 32px;
        text-align: center;
    }

    .section-table {
        display: none;
    }

    .mobile-screen-package-container {
        display: block;
    }

    .package-list-container {
        margin-top: 32px;
    }

    .package-container {
        margin-bottom: 24px;
    }

    .package-list-container .col-12 {
        border-bottom: 1px solid var(--primary);
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .package-list-container .col-12 .col-6:nth-child(2) {
        text-align: center;
    }

    .package-list-container .col-12 .row .header-3 {
        margin-bottom: 0;
    }

    .exclusive-package {
        background-color: #100F0C;
        padding-top: 44px;
        padding-bottom: 44px;
        border-top: 1px solid #232323;
        border-bottom: 1px solid #232323;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 56px;
    }

    .container-plus {
        padding-left: 0;
        padding-right: 0;
    }

    .container-plus .col-lg-9 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ornament {
        width: auto;
        height: 40%;
        position: absolute;
        bottom: -5%;
        left: 0;
        object-fit: cover;
        object-position: top right;
        opacity: 20%;
    }
}
