.banner-with-form-2 .feedback__container {
  justify-content: space-around;
}
.banner-with-form-2 .image-wrap {
  text-align: center;
}
.banner-with-form-2.margin_bottom {
  margin-bottom: 50px;
}
.banner-with-form-2 .image-wrap img {
  width: 280px;
  height: 280px;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .banner-with-form-2 .image-wrap {
    margin-left: 150px;
  }
}
@media (max-width: 991px) {
  .banner-with-form-2 .image-wrap img {
    width: 60%;
    height: 60%;
    object-fit: contain;
  }
  .banner-with-form-2 .feedback__form {
    max-width: 90%;
    margin: 0 auto;
  }
  .banner-with-form-2 .image-wrap {
    margin: 0 auto 30px;
  }
}
