#main .main_content::before {
  background-image: url(../images/main_brand.png) !important;
}
#main .main_content .txt_lg {
  background-image: url(../images/txt_lg.png);
}
@media screen and (min-width: 768px) {
  #main .main_content .txt_lg {
    width: 54vw;
  }
}
@media screen and (max-width: 767px) {
  #main .main_content .txt_lg h1 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_content .txt_lg h1 {
    font-size: 4.8vw;
  }
}

#compatible .apps {
  gap: 3rem;
  margin-top: 5rem;
  padding-bottom: 5rem;
}

#compatible .apps .app {
  width: 16rem !important;
  transform: none !important;
}

@media screen and (min-width: 768px) {
  #compatible .apps {
    margin-top: 5rem;
    gap: 8rem;
  }
  #compatible .apps .app {
    width: 21rem !important;
    order: 4;
    transform: none !important;
  }
}