.buy-in-credit__page {
    margin-top: 90px
}

.buy-in-credit__page-title {
    margin-bottom: 45px
}

.buy-in-credit__page-title span {
    color: #ff7a00
}

.buy-in-credit__page-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px
}

.buy-in-credit__page-item {
    border: 3px solid #ff7a00;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-box-shadow: -50px 50px 50px 0 rgba(255, 255, 255, .1) inset, 50px -50px 50px 0 rgba(194, 194, 194, .1) inset;
    box-shadow: -50px 50px 50px 0 rgba(255, 255, 255, .1) inset, 50px -50px 50px 0 rgba(194, 194, 194, .1) inset;
    padding: 25px 100px;
    width: 95%;
    text-align: center;
    font-size: 18px
}

.buy-in-credit__page-item span {
    color: #ff7a00
}

.buy-in-credit__page-button {
    margin-top: 75px;
    width: 33%
}

@media screen and (max-width: 1024px) {
    .buy-in-credit__page-item {
        padding: 25px 40px;
        width: 100%
    }
    .buy-in-credit__page-button {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .buy-in-credit__page {
        margin-top: 120px
    }
    .buy-in-credit__page-title {
        margin-bottom: 55px;
        line-height: 120%
    }
    .buy-in-credit__page-title span {
        display: block
    }
    .buy-in-credit__page-items {
        row-gap: 30px
    }
    .buy-in-credit__page-item {
        border-radius: 20px;
        font-size: 16px
    }
    .buy-in-credit__page-button {
        margin-top: 60px
    }
}