@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600&display=swap');

html, body { font-family: 'Roboto Slab' !important; line-height: 180%; }


.page-32050,
.page-32051,
.page-32052 {
    background-color: #364DA1 !important;
    border: 1px solid #364DA1 !important;
    color: #FFFFFF !important;
    margin: 13px 5px;
    padding: 6px 10px !important;
}

.has-text-primary[data-v-8638df72] { fill: red !important; }
.subpage .banner__tint .banner__content { height: 300px; }


.footer { background: #B2B3B3;  margin-top: 50px; }
  
.pricing.logo .pricing__price-wrapper { display: none; }
  
.fullwidth-section.no-float, .fullwidth-section.no-float .fullwidth-section__tint {
  float: none;
}

  /* MEDIA */
@media(min-width:768px){
 .w-img30 img{
 width: 30%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img60 img{
 width: 30%;
 }
}