/** Shopify CDN: Minification failed

Line 36:15 Expected identifier but found whitespace
Line 36:17 Unexpected "{"
Line 36:26 Expected ":"
Line 37:10 Expected identifier but found whitespace
Line 37:12 Unexpected "{"
Line 37:21 Expected ":"
Line 38:11 Expected identifier but found whitespace
Line 38:12 Unexpected "1px"
Line 38:23 Unexpected "{"
Line 38:32 Expected ":"

**/
  .custom-section {
    text-align: left;
    padding-left: 30px;
    padding: 20px;
  }
  .custom-title {
    font-size: 26px;
    font-weight: bold;
  }
  .custom-paragraph {
    font-size: 16px;
    margin: 10px 0;
  }
  .custom-cta {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }
  .custom-cta:hover {
    background: {{ section.settings.button_hover_background }};
    color: {{ section.settings.button_hover_text_color }};
    border: 1px solid {{ section.settings.button_hover_text_color }};
  }
  @media (max-width: 768px) {
    .custom-section {
      text-align: left;
      padding-left: 20px;
    }
  }