#squares-1 ~ .s-slider-container,
    .s-block__title {
      text-align: center;
    }

    .s-block__title h2 {
      color: #7fb0de;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .s-block__title p {
      color: #9ca3af;
      font-size: 15px;
      margin: 0;
    }

    #squares-1 h3 {
      color: #7fb0de;
      font-size: 15px;
      font-weight: 600;
      margin-top: 10px;
    }

    #squares-1 .relative {
      text-align: center;
    }

    /* ===== Mobile & Small Screens ===== */
    @media (max-width: 768px) {
      .s-block__title h2 {
        font-size: 22px !important;
      }

      .s-block__title p {
        font-size: 13px !important;
      }

      #squares-1 h3 {
        font-size: 13px !important;
      }
    }

    /* ===== Extra Small Mobile ===== */
    @media (max-width: 480px) {
      .s-block__title h2 {
        font-size: 20px !important;
      }

      .s-block__title p {
        font-size: 12px !important;
      }

      #squares-1 h3 {
        font-size: 12px !important;
      }
    }



.s-block__title h2 {
      margin-bottom: 32px !important;
    }

    @media (max-width: 768px) {
      .s-block__title h2 {
        margin-bottom: 26px !important;
      }
    }

    @media (max-width: 480px) {
      .s-block__title h2 {
        margin-bottom: 22px !important;
      }
    }