@media screen and (max-width: 992px) {
  .about_hero_section {
    padding-inline: 6px; } }

.about_hero_section_content {
  padding-inline: 0; }
  @media screen and (max-width: 992px) {
    .about_hero_section_content {
      flex-direction: column-reverse; } }
  .about_hero_section_content .badge {
    margin-inline: auto; }
    @media screen and (max-width: 992px) {
      .about_hero_section_content .badge {
        margin-bottom: 10px; } }

.about_hero_section_content_image {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 0.83;
  padding-bottom: 35px;
  color: #fff;
  overflow: hidden; }

.about_hero_section_content_text {
  max-width: 545px;
  width: 100%;
  margin-left: 70px; }
  @media screen and (max-width: 992px) {
    .about_hero_section_content_text {
      margin-left: 0;
      padding: 40px 20px; } }
  @media screen and (max-width: 1200px) {
    .about_hero_section_content_text .fz-70 {
      font-size: 60px; } }
  @media screen and (max-width: 575px) {
    .about_hero_section_content_text .fz-70 {
      font-size: 37px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 575px) {
    .about_hero_section_content_text .text-22 {
      font-size: 18px; } }
