.page-eu {
  background: #fff;
  padding: 45px;
  margin-top: 140px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 4px 0px #00000040;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-eu__image {
  display: block;
  margin-bottom: 50px;
}

.page-eu__text {
}

.page-eu__link {
  background: #00a69b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  display: block;
  text-decoration: none;
  margin-top: 50px;
}

.hero-baner-eu,
.hero-baner-eu-mobile {
  position: relative;
  z-index: 22
}

.hero-baner-eu img,
.hero-baner-eu-mobile img {
  display: block;
}

.hero-baner-eu-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-content .hero-baner-eu {
    display: none
  }

  .hero-content .hero-baner-eu-mobile {
    display: block;
  }

  .page-eu {
    padding:15px
  }
}