    .acf-block-acnhor-with-background__wrapper-no-image {
    min-height: 117px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .acf-block-acnhor-with-background__wrapper-with-image {
    min-height: 272px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .acf-block-acnhor-with-background__wrapper-with-image:after,
  .acf-block-acnhor-with-background__wrapper-no-image:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: none;
    background-color: #11255bdd;
  }
  .theme-green .acf-block-acnhor-with-background__wrapper-with-image:after,
  .theme-green .acf-block-acnhor-with-background__wrapper-no-image:after {
    background-color: #962e40e6;
  }
  .theme-red .acf-block-acnhor-with-background__wrapper-with-image:after,
  .theme-red .acf-block-acnhor-with-background__wrapper-no-image:after {
    background-color: #b41c42;
  }

  .acf-block-acnhor-with-background__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: .5s transform;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .acf-block-acnhor-with-background__text {
    z-index: 10;
    position: relative;
    color: #ffffff;
    text-align: center;
  }

  .acf-block-acnhor-with-background__text-first {
    z-index: 4;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-family: "Muli", sans-serif;
  }

  .acf-block-acnhor-with-background__text-second {
    z-index: 77;
    color: #ffffff;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-family: "Muli", sans-serif;
  }

  .acf-block-acnhor-with-background__wrapper-with-image:hover .acf-block-acnhor-with-background__image {
    transform: scale(1.15);
  }