/* 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-filling {
  padding-bottom: 90px;
  padding-top: 40px; }
  #sec-filling.reverse-50 {
    padding-bottom: 0;
    padding-top: 0; }
  #sec-filling .h4 {
    color: #52BAB7; }
  #sec-filling ul li {
    font-weight: 400; }
    #sec-filling ul li::before {
      color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-filling {
      padding-bottom: 140px;
      padding-top: 60px; }
      #sec-filling.reverse-50 {
        padding-bottom: 90px; } }

#sec-works {
  padding-bottom: 70px; }
  #sec-works .h4 {
    color: #F66868; }
  #sec-works .card i {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-color: rgba(51, 77, 92, 0.07);
    font-size: 35px;
    color: #52BAB7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
  #sec-works .card h3 {
    font-size: 20px;
    letter-spacing: 0.18px;
    font-weight: 700; }
  #sec-works .card .card-content {
    margin-left: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8FB9B9; }
  @media screen and (min-width: 1025px) {
    #sec-works {
      padding-bottom: 70px; }
      #sec-works .card i {
        width: 87px;
        height: 87px;
        font-size: 45px;
        min-width: 87px; }
      #sec-works .card h3 {
        font-size: 23px; }
      #sec-works .card .card-content {
        padding-bottom: 37px; } }
