/* Header */
.page-header {
    padding-top: 9.5rem;
    padding-bottom: 52px;
}
/* End Header */

.circle-number {
    background: var(--secondary);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--white) !important;
    display: inline-block;
    line-height: 60px;
    margin-right: 5px;
    text-align: center;
    width: 60px;
    font-size: 36px;
    font-family: "Crimson";
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
}

.card-cart {
    background: url(../../assets/img/how-to-order/bg-cart.svg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-wa {
    background: url(../../assets/img/how-to-order/bg-wa.svg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card.card-cart h3,
.card.card-wa h3 {
    color: var(--white);
}

@media (min-width: 768px) and (max-width: 997.98px) {
    /* Header */
    .page-header {
        padding-top: 6rem;
    }
    /* End Header */
}

@media (max-width: 767.98px) {
    /* Header */
    .page-header {
        padding-top: 4.5rem;
    }
    /* End Header */

    .page-header
        .container-fluid
        .row
        .col-md-12
        .row
        .col
        .card
        .card-body
        img {
        width: 70px;
        height: 70px;
    }

    .page-header
        .container-fluid
        .row
        .col-md-12
        .row
        .col
        .card
        .card-body
        .text-white {
        font-size: 16px;
    }
}
