<?php $banner_image = '/../../../userfiles/banner/'.$row_get_banner['xs_banner_image'];?>
.cid-sshg6IEeEe {
  background-image: url("<?php echo $banner_image;?>");
  background-position: right;
}
.cid-sshg6IEeEe .wrapper {
  position: relative;
  border-top: 3px solid #d4d2d2;
  border-right: 3px solid #d4d2d2;
  border-left: 3px solid #d4d2d2;
  padding: 2.5rem 2.5rem;
}
.cid-sshg6IEeEe .wrapper:before {
  content: "";
  background: #d4d2d2;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sshg6IEeEe .wrapper:after {
  content: "";
  background: #d4d2d2;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sshg6IEeEe img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sshg6IEeEe .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sshg6IEeEe H1 {
  text-align: left;
}
.cid-sshg6IEeEe .mbr-text,
.cid-sshg6IEeEe .mbr-section-btn {
  text-align: left;
}