.banner-section, .welcome-section{
  width: auto;
  height: auto;
}
.banner-section{
  min-height: 600px;
}
/*Banner section*/
.banner-section h1{
  color: #ffffff !important;
  line-height: 1.5;
  margin-bottom: 5px !important;
}
.banner-section h1:after{
  content: "";
  background: url(../images/title-image1.png) no-repeat center;
  padding: 20px;
  display: block;
}
.banner-section p{
  color: #ffffff !important;
}
.banner-section a.wp-block-button__link {
  color: #fff !important;
  border: solid 2px #fff;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}
/*Welcome section*/
.welcome-section h2{
  font-weight: bold !important;
}
.welcome-section h2:after{
  content: "";
  background: url(../images/title-image2.png) no-repeat left;
  padding: 20px;
  display: block;
}
.welcome-section .wp-block-buttons.alignleft{
  border: none !important;
}
.welcome-section a.wp-block-button__link{
  letter-spacing: 2px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .banner-section h1{
    font-size: 20px !important;
  }
  .banner-section p{
    display: none;
  }
  .banner-section{
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section .wp-block-column.is-vertically-aligned-center:nth-child(2) {
    flex-basis: 100% !important;
  }
  .banner-section{
    min-height: 300px;
  }
  .welcome-section .wp-block-columns{
    flex-wrap: nowrap !important;
  } 
}