/*-------- Banner Section -------*/
.slider-social{
  gap: 0;
}
.banner-section{
  width: auto;
  height: auto;
}
.banner-section a.wp-block-button__link {
  padding: 12px 20px;
  border-radius: 4px;
}
.banner-section a.wp-block-button__link:after {
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin-left: 8px;
}
.banner-section a.wp-block-button__link:hover, .professional-box a.wp-block-button__link:hover {
  box-shadow: inset 0 0 0 2em #001e38;
}
ul.wp-block-social-links.has-icon-color.is-style-logos-only{
  display: block;
  text-align: center;
}
.slider-social .social-icons ul li {
  padding: 0 30px 30px;
}
/*----- Professional Section -----*/
.professional-section h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px !important;
}
.professional-section h2:after {
  content: '';
  width: 70px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dd1515;
}
.professional-box {
  border-radius: 30px;
  box-shadow: 0 0 10px 3px #ededed;
}
.professional-box img {
  width: 100%;
  border-radius: 30px 30px 0 0 !important;
}
.professional-box a.wp-block-button__link{
  padding: 8px 15px ;
  border: 1px solid #fff;
}
.professional-box:hover {
  background: #001e38;
}
.professional-box:hover h3, .professional-box:hover p {
  color: #fff !important;
}

/*---- Media css -----*/
@media screen and (max-width: 1024px) and (min-width: 768px){
  .slider-social .social-icons ul li {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px){
  .slider-social .wp-block-column.slider-content:first-child {
    flex-basis: 90% !important;
  }
  .slider-social .wp-block-column.social-icons:nth-child(2) {
    flex-basis: 10% !important;
  }
  .slider-social .social-icons ul li {
    padding: 0 7px 30px;
  }
  .professional-section .wp-block-columns{
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 575px){
  .slider-social .social-icons ul li {
    padding: 20px 0;
  }
  .slider-social .wp-block-column:first-child {
    flex-basis: 85% !important;
  }
  .slider-social .wp-block-column:nth-child(2) {
    flex-basis: 15% !important;
  }
  .slider-social h1 {
    font-size: 35px !important;
  }
  .slider-social .wp-block-column:first-child .wp-block-cover {
    min-height: auto !important;
  }.slider-social .wp-block-column:nth-child(2) .wp-block-cover {
    min-height: 100% !important;
  }
}