/* Utilities */
.mb-60-responsive{
    margin-bottom: 60px;
}

.mb-110{
    margin-bottom: 110px;
}
/* End Utilities */


/* Header */
header{
    background: linear-gradient(180deg, rgba(3, 145, 223, 0.05) 0%, rgba(3, 145, 223, 0) 113.65%) !important;
}
/* End Header */


/* Questions */
.questions-card{
    border: 1px solid #0E4D92;
    border-radius: 8px;
}

.questions > button:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.questions > button.collapsed:before {
    float: right !important;
    content:"\f067";
}

.questions-icon{
    color: #0391DF;
}

.questions-description{
    white-space: pre-line;
}
/* EndQuestions */

/* Whatsapp Us */
.whatsapp-button{
    background: #075E54;
}
/* End Whatsapp Us */


/* FAQ Modal Video */
.faq-modal-video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
/* End FAQ Modal Video */


@media only screen and (max-width: 768px) {

    /* Utilities */
    .mb-60-responsive{
        margin-bottom: 30px;
    }

    .mb-110{
        margin-bottom: 55px;
    }
    /* End Utilities */

    /* Header */
    .page-header{
        padding-bottom: 2rem;
    }
    /* End Header */

}
