    
.sppb-text-center .sppb-img-responsive, .sppb-text-left .sppb-img-responsive, .sppb-text-right .sppb-img-responsive {
    display: inline-block;
}
.sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

body{
    background-color: #ebe3da;
}

@font-face {
    font-family: 'AgendaCE';
    src: url('https://soutez.gervais.cz/vespa01/assets/images/assets/fonts/AgendaCE-Regular.woff2') format('woff2'),
        url('https://soutez.gervais.cz/vespa01/assets/images/assets/fonts/AgendaCE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'AgendaCE';
    src: url('../fonts/AgendaCE-Bold.woff2') format('woff2'),
        url('../fonts/AgendaCE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: 'AgendaCEBold';
    src: url('https://soutez.gervais.cz/vespa01/assets/images/AgendaCE-Bold.woff2') format('woff2'),
     /*   url('assets/fonts/AgendaCE-Bold.woff') format('woff');*/
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body, p, .p {
    font-family: 'AgendaCE', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #27388a;
}

.h3, h3 {
font-family: 'AgendaCEBold', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
        font-size: 2.5rem;
    }
    
    
@media (min-width:0px) and (max-width:767px) {
.hidden-mobile {
display: none ; }
}

@media (min-width:768px) {
.hidden-desktop {
display: none ; }
}
