/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes */
/* 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  :)  */
.nowebp .banner h1:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/Ellipse-28.png");
  background-size: contain; }

.nowebp .banner .img-wrap {
  background-image: url("/wp-content/uploads/2022/02/circles-gradient-dot.png"); }

.webp .banner h1:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/Ellipse-28.webp");
  background-size: contain; }

.webp .banner .img-wrap {
  background-image: url("/wp-content/uploads/2022/02/circles-gradient-dot.webp"); }

.banner {
  position: relative;
  padding: 235px 0 75px 0;
  background-color: rgba(88, 200, 225, 0.1);
  overflow: hidden; }
  .banner .banner-content {
    color: #1A5289; }
    .banner .banner-content h1 {
      z-index: 9;
      margin-bottom: 1.5rem;
      color: #1A5289;
      position: relative;
      display: inline-block; }
      .banner .banner-content h1:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 8px;
        background-color: #58C8E1;
        width: 100%;
        z-index: -1; }
        @media (min-width: 640px) {
          .banner .banner-content h1:after {
            width: 103%; } }
      .banner .banner-content h1:before {
        position: absolute;
        bottom: -25px;
        right: -6%;
        height: 40px;
        width: 40px; }
        @media (min-width: 768px) {
          .banner .banner-content h1:before {
            right: -6%; } }
  .banner .img-wrap {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    width: 250px;
    opacity: 0.5; }
    @media (min-width: 1024px) {
      .banner .img-wrap {
        opacity: 1;
        width: 450px; } }
