/*Banner section*/
.banner-section{
  width: auto;
  height: auto;
}
.banner-section p{
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 0 !important;
}
.banner-section .wp-block-button__link{
  background: #19764a !important;
  font-size: 15px;
  padding: 10px 20px;
}
.banner-section .wp-block-button__link:hover{
  background: #f79a21 !important;
}

/*Best Deal section*/
.best-deal-section .deal-box, .best-deal-section .deal-box:before{
  border-radius: 8px;
}
.best-deal-section .deal-box img{
  width: 100%;
}
.best-deal-section .deal-box h3{
  margin-bottom: 10px !important;
}
.best-deal-section .deal-box .wp-block-button__link{
  padding: 0;
  background: transparent !important;
  color: #1a1a1a !important;
  border: 0;
  font-size: 13px;
}
.best-deal-section .deal-box .wp-block-button__link:after{
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  background: #ff0000;
  padding: 5px 7px;
  border-radius: 50%;
  margin-left: 5px;
}

@media screen and (max-width:575px) {
  .banner-section h1{
    font-size: 45px !important;
  }
  .best-deal-section .deal-box .wp-block-columns{
    flex-wrap: nowrap;
  }
}