.custom-bg-block {
    position: relative;
    padding: 150px 0;
    background-image: url('/sites/gv/files/flmngr/harmony/centrale-operativa/centrale_operativa_d.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
  }

  .custom-bg-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .custom-bg-block .container {
    position: relative;
    z-index: 2;
  }

  .custom-bg-title {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
  }

  .custom-bg-text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 520px;
  }

  .custom-bg-btn {
    color: #ED002F;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 400;
    text-transform: none;
    font-size: 14px !important;
    border-radius: 50px !important;
    padding: 15px 40px !important;
    text-transform: none !important;
  }

  .custom-bg-btn:hover {
    color: #ED002F;
    background-color: #fff;
  }

  @media (max-width: 767.98px) {
    .custom-bg-block {
      background-image: url('/sites/gv/files/flmngr/harmony/centrale-operativa/centrale_operativa_m.webp');
    }

    .custom-bg-block {
      padding: 50px 20px;
    }

    .custom-bg-title {
      font-size: 1.7rem;
      text-align: center;
    }

    .custom-bg-block .col-12 {
      text-align: center;
    }

    .custom-bg-text {
      text-align: center;
    }
  }