/* 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: 60px; }
  #sec-intro .h4 {
    color: #52BAB7; }
  #sec-intro .card {
    border-bottom: 1px solid rgba(143, 185, 185, 0.62);
    padding-bottom: 40px; }
    #sec-intro .card i {
      width: 88px;
      height: 88px;
      background: rgba(51, 77, 92, 0.07);
      font-size: 45px;
      color: #52BAB7;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
    #sec-intro .card h3 {
      font-size: 20px;
      letter-spacing: 0.18px;
      margin: 38px 0 30px;
      font-weight: 700; }
    #sec-intro .card p:last-of-type {
      margin-bottom: 40px; }
    #sec-intro .card a {
      color: #334D5C; }
      #sec-intro .card a:hover {
        color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 100px;
      padding-bottom: 100px; }
      #sec-intro .card h3 {
        font-size: 23px; } }

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