/* Utils  */
.button-testimony {
    font-family: 'Open Sans', sans-serif;
    background: #0e4d92;
    border: 1px solid #0e4d92;
    color: #ffffff !important;
    font-size: 1.25rem;
}
/* End Utils  */


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

.page-header {
    padding-bottom: 2rem;
}

.header-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: left top;
}
/* End Header */


/* Video Testimony Modal */
.modal-iframe {
    width: 100%;
    height: 80vh;
}
/* End Video Testimony Modal */


/* Section */
.section-img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: left bottom;
}
/* End Section */


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

    /* Utils */
    .header-img,
    .section-img {
        height: 240px;
    }
    /* End Utils */


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

}

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

    /* Utils */
    .header-img,
    .section-img {
        object-position: left bottom;
    }
    /* End Utils */

}

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

    /* Utils */
    .section-img {
        height: 200px;
    }
    /* End Utils */

}
