.top-menu__left {
  display: flex;
  align-items: center;
}
.main-hero {
  color: #000;
  /* text-align: center; */
  /* max-width: 900px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 50px;
}
.main-hero h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 110%;
}
.main-hero__text {
  font-size: 25px;
  margin-top: 30px;

  max-width: 720px;
  line-height: 130%;
}
.main-hero__button {
  margin-top: 30px;
}
.main-hero__button .button {
  margin-left: auto;
  margin-right: auto;
}
.main-new-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-new-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-new-overlay {
  position: absolute;
  width: 100%;
  height: 100%;

  background: linear-gradient(180deg, rgb(0, 0, 0, 38%), rgb(0, 0, 0, 82%));
  /* opacity: 0.5; */
  z-index: 1;
}
#main-new {
  background: linear-gradient(-45deg, #a3b6bd, transparent);
}

.main-hero__right img {
  max-width: 700px;
  position: absolute;
  right: calc((100vw - 1140px) / 2 * -1);
  bottom: 0;
}

.main-hero__title span{
  color: #027269;
}