.page-row {
    margin-top: 80px;
}

.col-lg-6 {
    position: relative;
}

.page-back {
    float: left;
    position: relative;
    padding: 13px 19px;
    text-align: center;
    color: rgb(255, 255, 255);
    border: none;
    background: #2F4858;
    border-radius: 26.5px;
    margin-left: 0px;
    width: 153px;
    height: 53px;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s;
}

.page-back:hover {
    background-color: #1d587c
}

.page-img {
    position: absolute;
    top: 80px;
    z-index: 2;
    width: 450px;
    right: 100px
}

.page-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 492px;
    background: rgba(239, 239, 239, 0.73);
    border-radius: 50px;
}

.page-title {
    position: absolute;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-top: 45px;
    margin-left: 55px;
}

.page-icon {
    width: 10px;
    padding-top: 10px;
    margin-right: 15px;
}

.page-text {
    margin-right: 30px;
    position: absolute;
    margin-top: 100px;
    margin-left: 55px;
    font-weight: 500;
    font-size: 24px;
    line-height: 57px;
    align-items: center;
}

.page-button-box {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.page-button {
    float: left;
    position: relative;
    padding: 13px 19px;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: #FFD335;
    border: none;
    border-radius: 40px;
    margin-left: 35px;
    width: 214px;
    height: 53px;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s;
}

.page-button:hover {
    background-color: #d1a400
}

.page_number {
    float: left;
    padding: 10px;
    padding-left: 25px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

@media only screen and (max-width: 1399px) {
    .page-button {
        float: left;
        position: relative;
        padding: 13px 19px;
        text-align: center;
        color: rgb(0, 0, 0);
        background-color: #FFD335;
        border: none;
        border-radius: 40px;
        margin-left: 35px;
        width: 214px;
        height: 53px;
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
    }

    .page-button:hover {
        background-color: #d1a400
    }

    .page_number {
        float: left;
        padding: 10px;
        padding-left: 25px;
        font-weight: 600;
        font-size: 22px;
        line-height: 34px;
    }

}

@media only screen and (max-width: 1199px) {
    .page-img {
        position: absolute;
        top: 70px;
        z-index: 2;
        width: 450px;
        right: 100px
    }

    .page-title {
        position: absolute;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        margin-top: 45px;
        margin-left: 40px;
    }

    .page-text {
        position: absolute;
        margin-top: 110px;
        margin-left: 40px;
        font-weight: 500;
        font-size: 20px;
        line-height: 57px;
        align-items: center;
    }

    .page-button {
        float: left;
        position: relative;
        padding: 13px 19px;
        text-align: center;
        color: rgb(0, 0, 0);
        background-color: #FFD335;
        border: none;
        border-radius: 40px;
        margin-left: 35px;
        width: 180px;
        height: 53px;
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
    }

    .page-button:hover {
        background-color: #d1a400
    }

    .page_number {
        float: left;
        padding: 10px;
        padding-left: 10px;
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
    }

}

@media only screen and (min-width: 991px) {
    .page-img-hidden {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-order {
        display: block !important;
    }

    .mobile-order:hover {
        color: black;
    }

    .flex-mobile-order {
        align-items: center;
        display: flex;
        justify-content: start;
        gap: 10px;
        margin-bottom: 15px;
    }

    .page-img-hidden {
        display: block;
        margin: auto;
        width: 450px;
        margin-top: 320px;
    }

    .page-back {
        float: left;
        position: relative;
        padding: 13px 19px;
        text-align: center;
        color: rgb(255, 255, 255);
        background-color: #FFD335;
        border: none;
        background: #2F4858;
        border-radius: 26.5px;
        margin-left: 0px;
        width: 153px;
        height: 53px;
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
        margin-bottom: 20px;
    }

    .page-img {
        display: none;
    }

    .page-title {
        position: absolute;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        margin-top: 45px;
        margin-left: 40px;
    }

    .page-text {
        position: absolute;
        margin-top: 110px;
        margin-left: 40px;
        font-weight: 500;
        font-size: 20px;
        line-height: 57px;
        align-items: center;
    }

    .page-button {
        float: left;
        position: relative;
        padding: 13px 19px;
        text-align: center;
        color: rgb(0, 0, 0);
        background-color: #FFD335;
        border: none;
        border-radius: 40px;
        margin-left: 35px;
        width: 180px;
        height: 53px;
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
    }

    .page-button:hover {
        background-color: #d1a400
    }

    .page_number {
        float: left;
        padding: 10px;
        padding-left: 10px;
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
    }

}

@media only screen and (max-width: 600px) {
    .page-img-hidden {
        display: block;
        margin: auto;
        width: 450px;
        margin-top: -70px;
    }

    .page-text {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 472px) {
    .page-img-hidden {
        display: block;
        margin: auto;
        width: 80%;
        margin-top: 5px;
    }

    .page-text-span {
        position: absolute;
        top: 30px;
        left: 25px;
    }

    .page-box {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 450px;
        background: rgba(239, 239, 239, 0.73);
        border-radius: 25px;
    }

    .page-title {
        position: absolute;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        margin-top: 25px;
        margin-left: 20px;
    }

    .page-text {
        position: absolute;
        margin-top: 100px;
        margin-left: 20px;
        font-weight: 500;
        font-size: 18px;
        line-height: 45px;
        align-items: center;
    }

    .page-button-box {
        position: absolute;
        width: 100%;
        bottom: 0;

    }

    .page-button {
        float: none;
        display: block;
        position: relative;
        padding: 13px 19px;
        text-align: center;
        color: rgb(0, 0, 0);
        background-color: #FFD335;
        border: none;
        border-radius: 40px;
        margin: auto;
        width: 180px;
        height: 53px;
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
    }

    .page-button:hover {
        background-color: #d1a400
    }

    .page_number {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px;
        padding-left: 10px;
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
    }

}