@import "./base_17.css";

.page {
    /* border-bottom-color: #ffd200; */
}

.header {
    background: #007ac7
        url("../images/jzc_header_bedank_mail_pagina_960_540px_16x9_040323.jpg")
        no-repeat top center;
    background-size: cover;
    /* border: 5px solid #007dc6;*/
    color: #fff;
    height: 55.4vw;
}

@media (min-width: 64em) {
    .header {
        background: #007ac7
            url("../images/jzc_header_bedank_mail_pagina_1680_472px_32x9_280223.jpg")
            no-repeat top center;
        background-size: auto;
        max-height: 472px;
    }
}

h2 {
  color: #464646;
  font-size: 1.5rem;
  margin: 24px 0 35px 0;
}


.review {
    margin-bottom: 40px;
}
.review h5 {
  color: #0079c3;
  font-size: 1.2rem;
  margin: 0px;
}
.review p {
    margin: 0px 0 20px 0;
}
.review strong {
    font-family: 'Share Bold', Arial;
}
