.banner-section, .article-outer-box{
  width: auto;
  height: auto;
}
/*Banner section*/
.banner-section{
  min-height: 600px;
}
.banner-section h1 {
  font-weight: 800;
}
.banner-section p {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  line-height: 2 !important;
  text-align: center !important;
}
.banner-section .btn a:hover {
  background-color: #252f3b !important;
}
.wp-block-buttons.aligncenter, figure.aligncenter.size-large{
  border: none !important;
}
/*Article section*/
.article-outer-box .article-section{
  padding: 10px;
  border-radius: 6px;
}
.article-outer-box .article-section:hover{
  box-shadow: 0 0 35px 0 #c2bcbc;
}
.article-outer-box {
  margin: 0 auto !important;
  max-width: 1000px !important; 
  min-height: 350px;
}
.article-outer-box h4{
  font-size: 18px;
  font-weight: 400;
  font-family: 'ABeeZee', sans-serif;
}
.article-outer-box h4::before {
  content: "";
  background: #4167f6;
  display: inline-block;
  width: 60px;
  height: 3px;
  margin-right: 10px;
}
.article-outer-box h4::after {
  content: "";
  background: #4167f6;
  display: inline-block;
  width: 60px;
  height: 3px;
  margin-left: 10px;
}
.article-outer-box h2{
  font-size: 1.75rem;
  margin-bottom: 40px !important;
}
.article-outer-box h3{
  font-size: 14px !important;
}
.article-container{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media screen and (max-width:781px) {
  .banner-section .wp-block-column.is-vertically-aligned-center:nth-child(2) {
    flex-basis: 100%!important;
    margin: 20px;
  }
  .banner-section{
    min-height: 300px;
  }
}
@media screen and (max-width:1000px) {
  .banner-section h1 {
    font-size: 30px !important;
  }
  .article-outer-box h2{
    font-size: 25px !important;
  }
  .article-section{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .article-container{
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .banner-section{
    min-height: 450px;
  }
}