/* Banner  start */
.banner-main-wrap {
	top: 45%;
	transform: translateY(-50%);
	left: 7%;
  margin-right: 6%;
}

.banner-main-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	width: 64px;
	height: 64px;
	background-image: url("/public/img/banner/banner-pseudo.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-main > img {
  height: 170px !important;
}
/* Banner end */
@media (max-width: 1200px) {
  .banner-main > img {
    height: 170px !important;
  }
}
@media (max-width: 992px) {
  .banner-main > img {
    height: 160px !important;
  }
}
@media (max-width: 768px) {
  .banner-main > img {
    height: 140px !important;
  }
}
