body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    height: 100%;
    width: 100%;
    background: #f5f4ec;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.section{
    margin: 50px 0;
    padding: 50px 12%;
    text-align: center;
}

.section-styled{
    color: #aaa;
    background: #282828;
    padding: 50px 0;
}

.section-title{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 45px;
    color: #282828;
    text-align: center;
    margin-bottom: 35px;
}

.section-title-styled{
    color: #ccac69;
}

header{
    background: #282828;
    height: 100vh;
}

.logo{
    width: 300px;
}

.header-left, .header-right{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 49%;
    position: relative;
    padding: 50px;
}

.header-text-content, .header-service-container {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
}

.header-title{
    color: #ccac69;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 60px;
}

.header-text{
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #aaa;
    margin: 30px 0;
}

.header-button{
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #ccac69;
    color: #ccac69;
    padding: 15px 20px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 22px;
    font-family: 'Hammersmith One', sans-serif;
    transition: all .2s;
}

.header-button:hover{
    background-color: #ccac69;
    border-radius: 25px;
    border: 2px solid #ccac69;
    color: #282828;
}

.header-right{
    background: #181818;
    float: right;
    text-align: center;
}

.header-service-card{
    display: inline-block;
    vertical-align: middle;
    margin: 25px;
    padding: 25px 50px;
    border: 2px solid transparent;
    border-radius: 25px;
    text-decoration: none;
    transition: all .2s;
}

.header-service-card:hover{
    border: 2px solid #ccac69;
    cursor: pointer;
}

.header-card-logo{
    width: 100px;
}

.header-card-platform{
    display: block;
    font-family: 'Hammersmith One', sans-serif;
    color: #ccac69;
    font-size: 20px;
    margin: 10px 0;
}

.header-card-price{
    display: block;
    color: white;
    font-size: 20px;
}

/* ######################## SECTION ######################## */
.image-right, .text-left{
    display: inline-block;
    vertical-align: middle;
}

.image-right{
    width: 44%
}

.text-left{
    padding-left: 25px;
    font-size: 18px;
    width: 55%
}

.section-paragraph{
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

/* ######################## SECTION ######################## */
.service-card{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ccac69;
    border-radius: 25px;
    margin: 15px;
    padding: 25px 0;
}

.service-platform-logo{
    width: 100px;
}

.service-platform-name{
    display: block;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 25px;
    margin: 15px 0;
    padding: 10px 0;
    background: #ccac69;
}

.service-list{
    list-style: none;
    padding-left: 0;
}

.list-item-link{
    text-decoration: none;
    color: #181818;
    font-size: 20px;
    display: block;
    width: 100%;
    padding: 8px 0;
    transition: all .2s;
}

.list-item-link:hover{
    color: #ccac69;
    background: #181818;
}

.service-button{
    background-color: #181818;
    border-radius: 25px;
    color: #ccac69;
    padding: 15px 20px;
    margin: 25px auto;
    display: block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Hammersmith One', sans-serif;
    transition: all .2s;
}

.service-button:hover{
    color: #aaaaaa;
}

/* ######################## SECTION ######################## */
.step-card{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.step-card:not(:last-child){
    border-right: 1px solid #ccac69;
}

.step-icon{
    width: 125px;
}

.step-title{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 25px;
    margin: 20px 0;
    color: white;
}

.step-number{
    color: #ccac69;
}

.step-text{
    padding: 0 50px;
}

/* ######################## SECTION ######################## */

.reason-card{
    padding: 50px 75px;
    width: 100%;
    margin-bottom: 35px;
    display: block;
    border: 2px solid #ccac69;
    text-align: left;
}

.reason-info, .reason-image{
    display: inline-block;
    vertical-align: middle;
}

.reason-info{
    width: 59%;
    padding-right: 75px;
}

.reason-image{
    width: 40%;
}

.reason-title, .order-reason-title{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 35px;
    color: #181818;
}

.reason-text, .order-reason-text{
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-size: 18px;
    color: #181818;
}

/* ######################## FAQ ######################## */
.faq-container, .support-container{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.faq-section{
    text-align: left;
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.faq-card{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    background: #181818;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}

.faq-card:last-of-type {
    padding-bottom: 0;
}

.open-faq{
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

.open-faq:checked ~ .faq-question {
    color: #ccac69;
}

.open-faq:checked ~ .faq-answer {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

.open-faq:checked ~ .open-faq-icon:before {
    transform: translate(2px, 0) rotate(45deg);
}

.open-faq:checked ~ .open-faq-icon:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.open-faq-icon{
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
}

.open-faq-icon:before, .open-faq-icon:after {
    transition: all 0.3s;
    content: "";
    position: absolute;
    background-color: #ccac69;
    width: 3px;
    height: 9px;
}

.open-faq-icon:before {
    transform: translate(-2px, 0) rotate(45deg);
}
.open-faq-icon:after {
    transform: translate(2px, 0) rotate(-45deg);
}


.faq-question{
    color: #ccac69;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 25px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
}

.faq-answer{
    color: #aaa;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
}

.support-container{
    background: #181818;
    margin-left: 10px;
    color: #222;
    padding: 50px;
}

.support-title{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 25px;
    text-align: center;
    display: block;
    color: #ccac69;
}

.support-text{
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-size: 18px;
    text-align: justify;
    padding: 0 20px;
    color: #aaaaaa;
}

.support-button{
    background-color: #ccac69;
    border-radius: 15px;
    border: none;
    color: #181818;
    padding: 12px 32px;
    text-align: center;
    width: 200px;
    margin: 20px auto 0 auto;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-family: 'Hammersmith One', sans-serif;
    transition: all .2s;
}

.section-bottom{
    background: rgb(225, 225, 225);
    margin:  0;
}

/* ######################## FOOTER ######################## */
.footer{
    background: #282828;
    height: auto;
    color: white;
    padding: 75px 12% 0 12%;
}

.footer-logo{
    width: 175px;
}

.footer-left, .footer-right{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.footer-left{
    padding-right: 100px;
    text-align: justify;
    line-height: 1.5em;
}

.footer-right{
    text-align: right;
}

.links-container{
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    text-align: left;
    line-height: 1.5em;
}

.links-container-title{
    display: block;
    color: #ccac69;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-link{
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 3px;
}

.footer-bottom{
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0 25px 0;
    border-top: 2px solid #ccac69;
    margin-top: 50px;
}

/* ###################################### NEW PAGE ######################################  */
.header{
    height: 250px;
    padding: 15px 12%;
}

.header-text-order{
    width: 100%;
    text-align: center;
}

.header-text-small-order{
    margin: 0;
    color: #aaa;
    font-size: 20px;
}

.header-text-big{
    font-family: 'Hammersmith One', sans-serif;
    color: #ccac69;
    font-size: 40px;
    margin-top: 10px;
}

.order-page-services{
    text-align:center;
    padding: 50px 0;
    background: #282828;
    margin: 0 0 25px 0;
    border-radius: 25px;
}

.order-service-card{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 20%;
    border-radius: 25px;
    text-align: center;
    transition: all .2s;
    text-decoration: none;
    color: #404040;
    background: #181818;
    border: 2px solid transparent;
}

.order-service-card:hover{
    border: 2px solid #ccac69;
}

.platform-service-icon{
    width: 80px;
    display: block;
    margin: 25px auto;
}

.order-service-card span{
    display: block;
}

.service-name{
    font-family: 'Hammersmith One', sans-serif;
    color: #aaaaaa;
    font-size: 22px;
}

.service-info{
    margin-top: 10px;
    padding: 10px 0;
    font-size: 18px;
    background: #ccac69;
    color: #181818;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.service-price{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 24px;
}

.order-reason-icon, .order-reason-info{
    display: inline-block;
    vertical-align: middle;
}

.order-reason-icon{
    width: 125px;
    height: 125px;
}

.order-reason-info{
    width: 85%;
    margin-left: 15px;
}

.order-reason-title, .order-reason-text{
    margin: 0;
}

/* ###################################### MEDIA QUERY MOBILE ######################################  */
@media screen and (max-width: 600px) {
    .section-title{
        font-size: 35px;
        margin-bottom: 20px;
    }

    .section{
        margin: 25px 0;
        padding: 25px 2%;
        text-align: center;
    }

    /* ######################## HEADER ######################## */
    header{
        background: #282828;
        height: auto;
    }

    .logo{
        width: 200px;
        margin-left: 25px;
    }

    .header-left, .header-right{
        display: block;
        height: auto;
        width: 100%;
        position: relative;
        padding: 25px 0;
    }

    .header-text-content, .header-service-container {
        margin: 0;
        position: relative;
        width: 100%;
        top: 0;
        left:0;
        transform: translate(0, 0);
        padding: 25px;
    }

    .header-title{
        font-size: 35px;
    }

    .header-text{
        font-size: 18px;
        margin: 20px 0;
    }

    .header-button{
        padding: 12px 20px;
        width: 200px;
    }

    .header-right{
        background: #181818;
        float: unset;
        text-align: center;
    }

    .header-service-card{
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        margin: 13px;
        padding: 0;
    }

    .header-card-logo{
        width: 50px;
        margin: 0 auto;
        display: block;
    }

    .header-card-platform{
        font-size: 20px;
        margin: 10px 0 5px 0;
    }

    .header-card-price{
        font-size: 18px;
    }

    /* ######################## SECTION ######################## */
    .image-right, .text-left{
        display: block;
    }

    .image-right{
        width: 90%;
        margin: 0 auto;
    }

    .text-left{
        padding-left: 0;
        font-size: 18px;
        width: 100%;
    }

    /* ######################## SECTION ######################## */
    .service-card{
        width: 80%;
        margin: 10px 0;
    }

    .service-platform-logo{
        width: 75px;
    }

    .service-platform-name{
        font-size: 22px;
        margin: 10px 0;
    }

    .list-item-link{
        font-size: 18px;
    }

    .list-item-link:hover{
        color: #ccac69;
        background: #181818;
    }

    .service-button{
        margin: 15px auto;
        width: 250px;
        font-size: 20px;
    }

    .service-button:hover{
        color: #aaaaaa;
    }

    /* ######################## SECTION ######################## */
    .step-card{
        width: 100%;
        display: block;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .step-card:not(:last-child){
        border-bottom: 1px solid #ccac69;
        border-right: none;
    }

    .step-icon{
        width: 75px;
    }

    .step-title{
        font-size: 22px;
        margin: 20px 0;
    }

    .step-number{
        color: #ccac69;
    }

    .step-text{
        padding: 0 25px;
    }

    /* ######################## SECTION ######################## */
    .reason-card{
        padding: 25px;
        width: 100%;
        margin-bottom: 35px;
        display: block;
        border: 2px solid #ccac69;
        background: white;
        text-align: center;
    }

    .reason-info, .reason-image{
        display: block;
        vertical-align: middle;
    }

    .reason-info{
        width: 100%;
        padding-right: 0;
    }

    .reason-info-right{
        padding-left: 0;
        padding-right: 0;
    }

    .reason-image{
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    .reason-title, .order-reason-title{
        font-size: 25px;
    }

    .line-text{
        font-size: 22px;
    }

    .reason-button{
        font-size: 20px;
    }


    /* ######################## FAQ ######################## */
    .faq-container, .support-container{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .support-container{
        margin-left: 0;
        padding: 25px;
    }

    /* ######################## FOOTER ######################## */

    .statistics-card{
        width: 24%;
    }


    .statistics-icon{
        width: 50px;
    }

    .statistics-number{
        font-size: 20px;
        margin: 10px 0;
        text-align: center;
    }

    .footer{
        padding: 25px 2% 0 2%;
    }

    .footer-left, .footer-right{
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .footer-left{
        padding-right: 0;
        text-align: justify;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .footer-right{
        text-align: right;
    }

    .links-container{
        margin-left: 0;
        margin-top: 15px;
        width: 45%;
    }

    .links-container-title{
        display: block;
        font-family: 'Viga', sans-serif;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-link{
        display: block;
        text-decoration: none;
        color: white;
        margin-bottom: 3px;
    }

    .footer-bottom{
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px 0 25px 0;
        border-top: 2px solid white;
        margin-top: 50px;
    }

    /* ###################################### NEW PAGE ######################################  */
    .header-text-order{
        padding: 0 0 25px 0;
    }

    .order-service-card{
        margin: 15px 10px;
        width: 40%;
    }

    .service-card:hover{
        background: #d7d7d7;
    }

    .platform-service-icon{
        width: 65px;
        display: block;
        margin: 15px auto;
    }

    .order-reason-icon, .order-reason-info{
        display: inline-block;
        vertical-align: middle;
    }

    .order-reason-icon{
        width: 100px;
        height: 100px;
    }

    .order-reason-info{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

    /* ###################################### NEW PAGE ######################################  */
    .header{
        height: 250px;
        padding: 15px 2%;
    }

    .order-service-card{
        margin: 15px 10px;
        width: 40%;
    }

    .platform-service-icon{
        width: 65px;
        display: block;
        margin: 15px auto;
    }

    .order-reason-icon, .order-reason-info{
        display: inline-block;
        vertical-align: middle;
    }

    .order-reason-icon{
        width: 100px;
        height: 100px;
    }

    .order-reason-info{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
}

/* ###################################### MEDIA QUERY MOBILE ######################################  */
@media screen and (min-width: 600px) and (max-width: 1100px) {
    .section-title{
        font-size: 35px;
        margin-bottom: 20px;
    }

    .section{
        margin: 25px 0;
        padding: 25px 2%;
        text-align: center;
    }

    /* ######################## HEADER ######################## */
    header{
        background: #282828;
        height: auto;
    }

    .logo{
        width: 200px;
        margin-left: 25px;
    }

    .header-left, .header-right{
        display: block;
        height: auto;
        width: 100%;
        position: relative;
        padding: 25px 0;
    }

    .header-text-content, .header-service-container {
        margin: 0;
        position: relative;
        width: 100%;
        top: 0;
        left:0;
        transform: translate(0, 0);
        padding: 25px;
    }

    .header-title{
        font-size: 35px;
    }

    .header-text{
        font-size: 18px;
        margin: 20px 0;
    }

    .header-button{
        padding: 12px 20px;
        width: 200px;
    }

    .header-right{
        background: #181818;
        float: unset;
        text-align: center;
    }

    .header-service-card{
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        margin: 13px;
        padding: 0;
    }

    .header-card-logo{
        width: 50px;
        margin: 0 auto;
        display: block;
    }

    .header-card-platform{
        font-size: 20px;
        margin: 10px 0 5px 0;
    }

    .header-card-price{
        font-size: 18px;
    }

    /* ######################## SECTION ######################## */
    .image-right, .text-left{
        display: block;
    }

    .image-right{
        width: 75%;
        margin: 0 auto 10px auto;
    }

    .text-left{
        padding-left: 0;
        font-size: 18px;
        width: 100%;
    }

    /* ######################## SECTION ######################## */
    .service-card{
        width: 45%;
        margin: 10px 5px;
    }

    .service-platform-logo{
        width: 75px;
    }

    .service-platform-name{
        font-size: 22px;
        margin: 10px 0;
    }

    .list-item-link{
        font-size: 18px;
    }

    .list-item-link:hover{
        color: #ccac69;
        background: #181818;
    }

    .service-button{
        margin: 15px auto;
        width: 250px;
        font-size: 20px;
    }

    .service-button:hover{
        color: #aaaaaa;
    }

    /* ######################## SECTION ######################## */
    .step-card{
        width: 100%;
        display: block;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .step-card:not(:last-child){
        border-bottom: 1px solid #ccac69;
        border-right: none;
    }

    .step-icon{
        width: 75px;
    }

    .step-title{
        font-size: 22px;
        margin: 20px 0;
    }

    .step-number{
        color: #ccac69;
    }

    .step-text{
        padding: 0 25px;
    }

    /* ######################## SECTION ######################## */
    .reason-card{
        padding: 25px;
        width: 100%;
        margin-bottom: 35px;
        display: block;
        border: 2px solid #ccac69;
        background: transparent;
        text-align: center;
    }

    .reason-info, .reason-image{
        display: block;
        vertical-align: middle;
    }

    .reason-info{
        width: 100%;
        padding-right: 0;
    }

    .reason-info-right{
        padding-left: 0;
        padding-right: 0;
    }

    .reason-image{
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    .reason-title, .order-reason-title{
        font-size: 25px;
    }

    .line-text{
        font-size: 22px;
    }

    .reason-button{
        font-size: 20px;
    }


    /* ######################## FAQ ######################## */
    .faq-container, .support-container{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .support-container{
        margin-left: 0;
        padding: 25px;
    }

    /* ######################## FOOTER ######################## */
    .statistics-card{
        width: 24%;
    }

    .statistics-icon{
        width: 50px;
    }

    .statistics-number{
        font-size: 20px;
        margin: 10px 0;
        text-align: center;
    }

    .footer{
        padding: 25px 2% 0 2%;
    }

    .footer-left, .footer-right{
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .footer-left{
        padding-right: 0;
        text-align: justify;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .footer-right{
        text-align: right;
    }

    .links-container{
        margin-left: 0;
        margin-top: 15px;
        width: 45%;
    }

    .links-container-title{
        display: block;
        font-family: 'Viga', sans-serif;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-link{
        display: block;
        text-decoration: none;
        color: white;
        margin-bottom: 3px;
    }

    .footer-bottom{
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px 0 25px 0;
        border-top: 2px solid white;
        margin-top: 50px;
    }

    /* ###################################### NEW PAGE ######################################  */
    .section{
        margin: 25px 0;
        padding: 25px 5%;
        text-align: center;
    }

    .header{
        height: auto;
        padding: 15px 5% 25px 5%;
    }

    .order-service-card{
        margin: 15px 10px;
        width: 40%;
    }

    .service-card:hover{
        background: #d7d7d7;
    }

    .platform-service-icon{
        width: 65px;
        display: block;
        margin: 15px auto;
    }

    .order-reason-icon, .order-reason-info{
        display: inline-block;
        vertical-align: middle;
    }

    .order-reason-icon{
        width: 100px;
        height: 100px;
    }

    .order-reason-info{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
}

/* ###################################### MEDIA QUERY TABLET ######################################  */
@media screen and (min-width: 1100px) and (max-width: 1700px) {
    header{
        background: #282828;
        height: 100vh;
    }

    .logo{
        width: 300px;
    }

    .header-left, .header-right{
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 49%;
        position: relative;
        padding: 50px;
    }

    .header-text-content, .header-service-container {
        margin: 0;
        position: relative;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .header-title{
        font-size: 50px;
    }

    .header-text{
        font-size: 22px;
    }

    .header-button{
        font-size: 22px;
    }

    .header-right{
        background: #181818;
        float: right;
        text-align: center;
    }

    .header-service-card{
        width: 33%;
        margin: 25px 15px;
        padding: 5px;
    }

    .header-service-card:hover{
        border: 2px solid #ccac69;
        cursor: pointer;
    }

    .header-card-logo{
        width: 50px;
    }

    /* ######################## SECTION ######################## */
    .image-right, .text-left{
        display: inline-block;
        vertical-align: middle;
    }

    .image-right{
        width: 44%
    }

    .text-left{
        padding-left: 25px;
        font-size: 18px;
        width: 55%
    }

    .section-paragraph{
        margin-bottom: 25px;
        letter-spacing: 1px;
        line-height: 1.5em;
    }

    /* ######################## SECTION ######################## */
    .service-card{
        width: 28%;
    }

    .service-platform-logo{
        width: 100px;
    }

    .service-button{
        width: 200px;
    }

    /* ###################################### NEW PAGE ######################################  */
    .order-reason-info{
        width: 75%;
    }


}

