:root {
    --accent: #70e1e7 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

.cs-site_branding img {
    max-height: 80px !important;
}
.cs-text_widget img{
   height: 100px !important;
}
.cs-hero.cs-style1 .cs-hero_title {
    font-size: 80px;
}
.yoo-form-logo img{
    height: 100px !important;
}
@media only screen and (max-width: 600px) {
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 30px !important;
}
}
