.hero_banner {
  position: relative; 
}
.hero_banner .content-info .downarrow {
  padding-top: 77px;
}
.hero_banner .content-info {
  text-align: center;
}

.hero_banner .content-info .icons {
/*   max-width: 156px; */
  margin: 0 auto;
}

.hero_banner .content-info h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 66px;
  padding-top: 43px;
  color: #FFFFFF;
  margin-bottom: 38px;
}

/* .hero_banner:before {
position: absolute;
content: '';
background: linear-gradient(181.09deg, rgba(0, 188, 195, 0.98) 16.68%, rgba(72, 0, 164, 0.98) 87.85%);

/*   background: linear-gradient(180deg, rgba(0, 188, 195, 0.9) 0%, rgba(72, 0, 164, 0.9) 100%); */
width: 100%;
height: 100%;
left: 0;
top: 0;
} */

.hero_banner .container-wrapper {
  position: relative;
}

.hero_banner .content-info h1 span {
  font-weight: 700;
  display: block;
}

.hero_banner .content-info p {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  max-width: 1075px;
  margin: 0 auto 22.4px;
  color: #Fff;
}

.hero_banner .content-info .date_time {
  max-width: 385px;
  margin: 0 auto;
  display: flex;
  gap: 11px;
  color: #FF9C31;
  font-weight: 600;
  font-size: 16px;
  line-height: 64px;
  align-items: center;
}

.hero_banner .content-info .date_time .date,.hero_banner .content-info .date_time .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero_banner .content-info .icons.max_width\=302 {
  max-width: 302px;
}
@media screen and (max-width: 767px) {
  .hero_banner .content-info h1 { 
    font-size: 26px;
    line-height: normal;
    padding-top: 10px; 
    margin-bottom: 18px;
  }
  .hero_banner .content-info p { 
    font-size: 20px;
    line-height: normal; 
  }
  .hero_banner .content-info .date_time {
    max-width: 100%; 
    display: flex;
    gap: 11px; 
    justify-content: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: normal; 
  }
  .hero_banner .content-info .date_time .date,
  .hero_banner .content-info .date_time .time { 
    gap: 6px;
  }
  .hero_banner .content-info .downarrow {
    padding-top: 37px;
  }
}