.info-img__wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 60px 30px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .info-img__wrap {
    padding: 20px;
    justify-content: center;
  }
}
.info-img__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.info-img__box {
  position: relative;
  z-index: 2;
  padding: 25px 40px;
  max-width: 450px;
  background: rgba(30, 30, 30, 0.5);
  margin-left: 13%;
  border-radius: 15px;
}
@media (max-width: 990px) {
  .info-img__box {
    margin: 0 auto;
    padding: 10px;
  }
}
.info-img__title {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.info-img__text {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.info-img__btn {
  margin: 15px auto 0 auto;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 160px;
}
@media (max-width: 576px) {
  .info-img__btn {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}

/*# sourceMappingURL=adv-block.css.map */
