/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-callout {
  padding: 150px 0 0; }
  #sec-callout .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-callout .round-wave-top, #sec-callout .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-callout .round-wave-top {
    top: -3px; }
  #sec-callout .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-callout p:not(.h4) {
    font-size: 18px; }
  #sec-callout .side-img {
    transform: scale(1.3); }
  #sec-callout .cta-container .clippy-circle {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.11);
    clip-path: circle(50%);
    margin-top: 20px; }
  #sec-callout .btn:not(.btn-primary) {
    color: #FFF; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      margin-top: 60px;
      padding: 200px 0; }
      #sec-callout .side-img {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scale(1);
        max-width: 43.2%; }
      #sec-callout.reverse-sec .side-img {
        right: 0;
        left: unset; }
      #sec-callout p:not(.h4) {
        font-size: 23px; }
      #sec-callout .cta-container .clippy-circle {
        width: 77px;
        height: 77px; } }

#sec-intro {
  padding-top: 40px;
  padding-bottom: 70px; }
  #sec-intro p {
    max-width: 1086px; }
    #sec-intro p.h4 {
      color: #52BAB7; }
  #sec-intro .card .card-content {
    padding: 30px 0px 0; }
  #sec-intro .card h3 {
    font-size: 23px;
    letter-spacing: 0.23px;
    font-weight: 700; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 110px;
      padding-bottom: 90px; }
      #sec-intro .card .card-content {
        padding: 45px 15px 0; }
      #sec-intro .card h3 {
        font-size: 29px; } }
