 .case-banner {
        height: 530px;
        object-fit: cover;
      }

      .image-dark-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 530px;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
      }

      .banner-overlay {
        position: absolute;
        top: 0px;
        left: 0;
        height: 487px;
        width: 72%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 600px;
        text-align: center;
      }

      .banner-overlay p {
        font-family: "Poppins", sans-serif;
        font-weight: 500 !important;
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
        color: #fff;
      }
      .titletext{
         font-family: 'Poppins', sans-serif;     /* "Poppins Medium" falls under Poppins with weight 500 */
  font-weight: 500;
  font-style: normal;                     /* "Regular" is interpreted as normal */
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  color: #000;
      }
      .smalltext{
          font-family: 'Poppins', sans-serif;  /* Poppins Light = weight 300 */
  font-weight: 300;
  font-style: normal;                  /* "Regular" means normal */
  font-size: 20px;
  line-height: 160%;                   /* or use 1.6 */
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  color: #656464;
      }
      .supportbtn{
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 60px;
        background-color:#071D95;
        width: 236px;
  height: 57px;
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
    font-family: 'Poppins', sans-serif;   /* "Poppins Medium" uses weight 500 */
  font-weight: 500;
  font-style: normal;                   /* "Regular" = normal */
  font-size: 18px;
  line-height: 1;                       /* 100% = 1 */
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;               /* Only applies if inline or table-cell */
  margin: 0;
  text-decoration: none;
      }

      .supportbtn:hover{
        background-color:#041059;
      }

      @media (max-width: 768px) {
        .banner-overlay p {
          font-size: 20px;
        }
        .supportbtn{
          margin-top: 20px !important;
        }
        .banner-overlay {
          width: 90%;
          padding-top: 400px;
        }
        .case-banner,
        .image-dark-overlay {
          height: 350px;
        }
        .titletext{
          font-size: 18px;
          line-height: normal;
        }
        .smalltext{
          font-size: 16px;
        }
      }

     @media (min-width: 769px) and (max-width: 920px) {
  .titletext {
    font-size: 30px;
              line-height: normal;

  }
   .smalltext{
          margin-bottom: 20px;
        }
  .supportbtn{
          margin-top: 20px;
        }
}
