/** Shopify CDN: Minification failed

Line 19:0 Unexpected "{"
Line 19:1 Expected identifier but found "%"
Line 26:0 Unexpected "{"
Line 26:1 Expected identifier but found "%"
Line 27:0 Unexpected "{"
Line 27:1 Expected identifier but found "%"
Line 48:0 Unexpected "{"
Line 48:1 Expected identifier but found "%"
Line 49:0 Unexpected "{"
Line 49:1 Expected identifier but found "%"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
{% if template.suffix == 'physio-page' or template.suffix == 'rdp-page' or template.suffix == 'tdp-page' or template.suffix == 'rilassante-offer' %}
.founder.section h4 {
  text-transform: unset!important;
}
.founder.section .container {
  padding-bottom: 50px !important;
}
{% endif %}
{% if template.suffix == 'masseuse-discount' or template.suffix == 'masseuse-discount-fb' or template.suffix == 'masseuse-discount-bing' or template.suffix == 'masseuse-newsale' or template.suffix == 'masseuse-sale' %}
.founder.section * {
  font-family: 'Work Sans'

}
.founder.section .col-12.col-lg-7.text-left {
  padding: 0 15px;
}
.founder.section h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .founder.section h3 {
    font-size: 26px;
  }
}
@media (min-width:992px) {
  .founder.section .col-12.col-lg-7.text-left {
    max-width: 58.33%;
  }
}
{% endif %}
{% if template.suffix == 'physio-page' or template.suffix == 'rdp-page' or template.suffix == 'tdp-page' or template.suffix == 'rilassante-offer' %}
.review-details h4 {
text-transform: unset!important;
}
.page-rilassante-offer .vid-container h4.tle,
.page-physio-page .vid-container h4.tle,
.page-rdp-sale .vid-container h4.tle,
.page-tdp-sale .vid-container h4.tle {
    margin: 0!important;
    width: 100%;
    height: 75px;
    background: #0D687A;
    line-height: 75px!important;
    text-align: center;
    color: #fff!important;
    font-size: 20px!important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600!important;
    text-transform: capitalize!important;
}
.nav-tabs .nav-item img {
    height: 100% !important;
    object-fit: contain;
}
{% endif %}