@font-face {
    font-family: proxima_nova_semibold;
    font-style: normal;
    font-weight: 700;
    src: url("/font/Proxima-Nova-Sbold.otf");
    font-display: swap;
}

@font-face {
    font-family: proxima_nova_light;
    font-style: normal;
    font-weight: 300;
    src: url("/font/Proxima-Nova-Light.otf");
    font-display: swap;
}


*,
*:before,
*:after {
    box-sizing: border-box;
    font-family: "proxima_nova_semibold", serif;
    margin: 0;
    padding: 0;
}

.header {
    padding: 6px !important;
    border-bottom: 4px solid #CDCFD7;
}

.header-logo {
    width: 162px;
}

.title_header {
    font-weight: 700 !important;
    margin-top: 0;
    padding-top: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    font-family: "monserrat", arial, sans-serif;
}

#main-bg-cart {
    background: linear-gradient(0deg, rgb(255 255 255), rgb(249, 186, 75));
}




/* h5.description-header {
    font-size: 28px;
    line-height: 1;
    font-family: "proxima_nova_light", arial, sans-serif;
    margin-bottom: 1rem;
    font-weight: 300;
} */


/* .underline:after {
    position: relative;
    content: '';
    height: 1px;
    bottom: -10px;
    width: 45px;
    background: #000;
    display: block;
} */

/* p.description-text {
    font-size: 14px;
    display: block;
    margin: 11px 0;
    letter-spacing: 1.2px;
    line-height: 2;
} */



.choice {
    height: 125px !important;
    /* line-height: 125px; */
}

.result {
    height: auto;
    /* line-height: 60px; */
}

.font-text {
    font-size: 20px !important;

}