/*----- Banner Section -----*/
.banner-section{
  width: auto;
  height: auto;
}
.banner-section{
  min-height: 600px;
}
.banner-section .wp-block-button{
  width: auto !important;
}
.banner-section .wp-block-button__link{
  color: #000 !important;
  border: 0;
  padding: 15px 20px;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
}
.banner-section .wp-block-button__link:hover{
  background: #1C3248 !important;
  color: #fff !important;
}
.banner-section .wp-block-button__link:after{
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 8px;
}
.banner-section .wp-block-buttons{
  display: block;
}
/*------ Service section ------*/
.services-section img{
  margin-bottom: 20px;
}
/*------ Media CSS ------*/
@media screen and (max-width: 768px) and (min-width: 576px){
  .banner-section .wp-block-column:first-child, .banner-section .wp-block-column:nth-child(3){
    flex-basis: 10% !important;
  }
  .banner-section .wp-block-column.\\\"wp-block-column:nth-child(2){
    flex-basis: 100% !important;
    margin-left: 0px !important;
  }
  .services-section .wp-block-column{
    flex-basis: 31% !important;
  }
  .services-section .wp-block-column:nth-child(2){
    margin: 0 20px;
  }
  .services-section .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 575px) {
  .banner-section{
    min-height: auto !important;
  }
  .banner-section p{
    display: none;
  }
}