/* 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 .content p:not(.h4) {
    margin-top: 30px;
    max-width: 1088px; }
  #sec-intro .content .h4 {
    color: #52BAB7; }
  #sec-intro .content h2 {
    margin-bottom: 25px; }
  #sec-intro .card {
    padding-bottom: 48px;
    border-bottom: 1px solid #D9D9D9; }
    #sec-intro .card .card-img img {
      width: 67px;
      height: 67px;
      margin-right: 21px; }
    #sec-intro .card .name {
      font-size: 18px;
      font-weight: 700; }
    #sec-intro .card .card-rating {
      margin-top: 28px;
      margin-bottom: 28px; }
      #sec-intro .card .card-rating .star-group i {
        font-size: 20px;
        color: #FFC101; }
  @media screen and (min-width: 641px) {
    #sec-intro {
      padding-top: 90px;
      padding-bottom: 80px; }
      #sec-intro .content p:not(.h4) {
        margin-top: 0;
        margin-left: 45px; } }

#sec-callout .btn picture,
#sec-callout .btn img {
  margin-right: 24px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #FFF;
  padding: 16px; }
