.subpage .wide_content .suport {
  position: relative;
  padding-top: 59px;
}

.subpage .wide_content .suport:before {
  content: "";
  width: 214px;
  height: 141px;
  background: url(../img/momsforest01.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
}

.subpage .wide_content .suport ~ .text {
  display: flex;
  justify-content: space-between;
}

.subpage .wide_content .suport ~ .text .mommy {
  flex-shrink: 0;
  padding-left: 30px;
}

.subpage .wide_content .suport ~ .text .mommy figcaption {
  display: block;
  text-align: center;
  line-height: 1.35;
  color: #00469c;
  padding-top: 10px;
}

@media screen and (max-width: 740px) {
  .subpage .wide_content .suport {
    position: relative;
    padding-top: 40px;
  }
  .subpage .wide_content .suport:before {
    content: "";
    width: 120px;
    height: 79px;
  }
  .subpage .wide_content .suport ~ .text {
    display: block;
  }
  .subpage .wide_content .suport ~ .text .mommy {
    margin-top: 20px;
    flex-shrink: 0;
    padding-left: 0px;
  }
}
