.hero-section {
    position: relative;
    z-index: 5;
    padding: 6rem 0;
    
  }
  
  .hero-section .sub-title2 {
    color: var(--sf-primary);
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 30px;
  }
  
  .hero-section .title-shape {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  
  .hero-section .hero-title {
    font-size: 2.3rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  
  .hero-section .hero-description {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 1.5rem 0 3rem 0;
    color: #ffffff;
  }
  
  .hero-section .hero-title:nth-of-type(2) {
    font-size: 64px;
    margin-bottom: 38px;
  }
  
  .hero-section .event-info {
    margin-bottom: 45px;
  }
  
  .hero-section .event-info span {
    font-size: 20px;
    color: var(--sf-white);
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .hero-section .event-info span i {
    font-size: 8px;
    top: -3px;
    position: relative;
  }
  
  .hero-section .btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

/* Kinda small devices */
@media (max-width:575px) {
  .hero-section .hero-title {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
}