.hero_banner_wrapper {
    width: 100%;
    text-align: center;
}
.hero_banner .image_section {
    margin-bottom: 119px;
}
.hero_banner .title_section * {
    color: #FFF;
    font-weight: 700;
    line-height: 70px;
}
.hero_banner .content_section * {
    color: #C4C4C4;);
    line-height: 30px;
}
.hero_banner .content_section {
    max-width: 802px;
    margin: 49px auto;
}
.hero_banner.dnd-section {
    padding-top: 81px;
    padding-bottom: 41px;
}

@media only screen and (max-width:1024px){
.hero_banner .image_section {
    margin-bottom: 72px;
}
  .hero_banner.dnd-section {
    padding-top: 43px;
    padding-bottom: 0px;
}
  .hero_banner .content_section {
    margin: 20px auto 32px;
}
}

@media only screen and (max-width:991px){
.hero_banner .title_section * {
    line-height: 55px;
    font-size: 48px;
}
}