.sauna-lite-banner-section h1,.sauna-lite-service-section h2{
    font-family: 'Great Vibes', cursive !important;
  }
.sauna-lite-service-section h3,.sauna-lite-service-section p{
    font-family: 'Open Sans' !important;
}
.sauna-lite-banner-section{
    width: auto;
    height: auto;
    min-height: 600px;
}
.sauna-lite-banner-section h1{
    color: #fff !important;
}
.sauna-lite-banner-section  .wp-block-buttons {
    justify-content: center;
}
/*sauna-lite-banner-section*/
.sauna-lite-banner-section h1{
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
}
.sauna-lite-banner-section a.wp-block-button__link{
    padding: 9px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}
.sauna-lite-banner-section a.wp-block-button__link:hover {
    background-color: var(--secondary-color) !important;
}
/*sauna-lite-service-section*/
.sauna-lite-service-section{
    margin-bottom: 30px;
}
.sauna-lite-service-section h2 {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 2px;
}
@media screen and (min-width: 320px) and (max-width:720px) {
    .sauna-lite-banner-section h1{
       font-size: 50px !important;
    }
}
@media screen and (min-width: 721px) and (max-width:991px) {
   .sauna-lite-service-section .wp-block-columns {
       flex-wrap: nowrap !important;
    }
}
