.banner { align-items: center; display: flex; min-height: 550px; padding: 0px 20px; max-width: 1240px; margin: auto; }
.banner_heading h1 { font-size: 90px; text-align: left; line-height: 1.1; text-transform: uppercase !important;color: #fff;  font-weight: 700; margin-top: 40px; }
.banner_content { font-size: 30px; color: #fff;  font-weight: 400; }
.banner_btn { background-color: #cedc00; width: 30%; text-align: center; font-size: 20px; border-radius: 50px;  font-weight: 600; padding: 10px; margin-top: 60px; }
.banner_btn a { text-decoration: none; }
@media (max-width:1280px) {
  .banner_heading h1 { font-size: 60px ; }
  @media (max-width:1024px) {
    .banner_heading h1 { font-size: 50px; }
  }
  @media (max-width:768px) {
    .banner_heading h1 { font-size: 40px ; }
    .banner_content { font-size: 25px; }
    .banner_btn { font-size: 25px; }
  }
  #hs_cos_wrapper_dnd_area-module-2 .blog-listing__post-content { position: relative; background: #ed9b33 !important; top: -212px; padding: 20px; }
  @media (max-width:700px) {
    .banner { padding: 60px 20px; }
    .banner_heading h1 { font-size: 55px; word-break: break-word; }
  }