.home-hero-wrapper {
  display: flex;
  gap: 2px;
}
.home-hero__left {
  position: relative;
  display: flex;
  color: white;
  position: relative;
}
.home-hero__left img {
  aspect-ratio: 1/1;
}
.hero-img-first img {
  aspect-ratio: 2/1;
}
.hero-img-others img {
  aspect-ratio: 1/1;
}
.home-hero__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.home-hero__left-content {
  position: absolute;
  bottom: 60px;
  left: 200px;
}
.home-hero__right {
  display: flex;
  gap: 2px;
}
.home-hero-wrapper > div {
  width: calc(50% - 1px);
}
.home-hero__right > div {
  width: calc(50% - 1px);
}
.home-hero-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-img-others {
  display: flex;
  gap: 2px;
  flex-direction: column;
}
.home-hero h1 {
  font-size: 50px;
  margin-bottom: 22px;
}
.home-hero__left-content p {
  margin-bottom: 27px;
}
.home-hero__left-content {
  max-width: 530px;
}
@media only screen and (max-width: 776px) {
  .hero-img-first {
    display: none;
  }
  .home-hero__left,
  .home-hero-wrapper > div {
    width: 100%;
    text-align: center;
  }
  .home-hero-wrapper {
    flex-direction: column;
  }
  .hero-img-others {
    flex-direction: row;
  }
  .home-hero__left-content {
    left: 50% !important;
    width: 100%;
    transform: translateX(-50%) !important;
  }
  .home-hero__left-content br {
    display: none !important;
  }
  .home-hero__left img {
    aspect-ratio: unset;
    height: 437px;
  }
  .topbar-left {
    display: none !important;
  }
  .topbar-right-outter {
    margin-left: 0;
  }
  .home-hero h1 {
    font-size: 32px;
  }
  .home-hero h1 {
    margin-bottom: 14px;
  }

  .home-hero__left-content p {
    margin-bottom: 17px;
  }
  .home-hero__left p {
    font-size: 14px;
  }
  .home-hero__left-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-img-others img {
    height: 264px;
    object-fit: cover;
    aspect-ratio: unset;
  }
}
