/* 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: 80px; }
  #sec-intro .h4 {
    color: #52BAB7; }
  #sec-intro .card {
    height: 100%; }
    #sec-intro .card .card-content {
      flex-grow: 1; }
      #sec-intro .card .card-content h3 {
        font-size: 23px;
        letter-spacing: 0.18px;
        color: #334D5C;
        line-height: 1;
        margin: 24px 0 17px;
        font-weight: 700; }
      #sec-intro .card .card-content p {
        margin-bottom: 0; }
        #sec-intro .card .card-content p a {
          text-decoration: underline; }
        #sec-intro .card .card-content p:first-of-type, #sec-intro .card .card-content p:last-of-type {
          margin-bottom: 25px; }
      #sec-intro .card .card-content a {
        color: #334D5C; }
        #sec-intro .card .card-content a:hover {
          color: #F66868; }
      #sec-intro .card .card-content .btn {
        border-bottom: 1px solid rgba(143, 185, 185, 0.62);
        color: #334D5C;
        width: 100%;
        border-radius: 0;
        padding-bottom: 25px; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 110px;
      padding-bottom: 80px; }
      #sec-intro .card .card-content {
        padding: 0 10px; }
        #sec-intro .card .card-content p:first-of-type, #sec-intro .card .card-content p:last-of-type {
          margin-bottom: 35px; }
        #sec-intro .card .card-content h3 {
          font-size: 20px; }
        #sec-intro .card .card-content .btn {
          padding-bottom: 40px; } }

@media screen and (min-width: 1025px) {
  #sec-callout {
    padding-top: 240px; } }
