.infoblock-widget .text-over-image {
  position: relative;
}
.infoblock-widget .infoblock-title {
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
  width: 100%;

  color: #fff;
  font-family: "Times New Roman", Times, serif;
  text-shadow: 1px 1px 10px #747474;
  margin: 0;
  position: absolute;
  top: 33%;
}

@media screen and (max-width: 1199px) {
  .infoblock-widget .infoblock-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .infoblock-widget .infoblock-title {
    font-size: 3.1em;
  }
}
@media screen and (max-width: 766px) {
  .infoblock-widget .infoblock-title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .infoblock-widget .infoblock-title {
    font-size: 6vw;
  }
}
