.vf-banner {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
  .vf-banner {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}

.no-margin-banner .vf-banner {
  margin-bottom: 0;
}

.vf-banner__title h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .vf-banner__title h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

.vf-banner__body {
  opacity: .7;
}

.vf-banner__title, .vf-banner__body {
  text-align: center;
}

.vf-banner__image {
  height: 122px;
  height: 7.625rem;
  background: url("../../../../../themes/inwi_diriddik/assets/img/bg-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .vf-banner__image {
    height: 185px;
    height: 11.5625rem;
  }
}

.vf-banner__container {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media (max-width: 575.98px) {
  .vf-banner__container {
    width: 100%;
  }
}
