.e_bannerA-3{

}
.e_bannerA-3 .p_btitle {
  font-size: 36px !important;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
}
.e_bannerA-3 .p_subtitle {
  font-size: 30px;
  padding: 0 !important;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1 !important;
}
.e_bannerA-3 .p_info {
  width: 94% !important;
  max-width: 1200px !important;
  text-align: left;
}
.e_bannerA-3 .p_img {
  height: 100% !important;
}
.e_bannerA-3 .p_info * {
  text-align: left
    ;
  color: #fff !important;
}
.e_bannerA-3 .p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .e_bannerA-3{
    height: 25vh !important;

  }
  .e_bannerA-3 .p_btitle {
    font-size: 24px !important;
  }
  .e_bannerA-3 .p_subtitle{
    display:block !important;
    font-size: 16px;
  }
  .e_bannerA-3 .p_info {
    top:50%;
  }
}
