.why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.why .left-why {
  display: grid;
  align-items: center;
}
.why .left-why ul {
  margin-top: 40px;
  padding-left: 0px;
  display: grid;
  gap: 20px;
}
.why .left-why ul li {
  padding: 20px;
  border-radius: 8px;
  background: #F4F4F4;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -2%;
}
.why .right-why {
  position: relative;
  display: grid;
  align-items: center;
}
.why .right-why img {
  max-width: 100%;
}
.why .right-why .content-text-why {
  position: absolute;
  background: rgba(0, 0, 0, 0.2901960784);
  width: 100%;
  height: 100%;
  padding: 32px;
  top: 0px;
  left: 0px;
  border-radius: 12px;
}
.why .right-why .content-text-why .text1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29.05px;
  letter-spacing: -1.44px;
  color: #fff;
}
.why .right-why .content-text-why .text2 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03px;
  color: #fff;
}
.why .right-why .content-text-why .contact-more {
  margin-top: 20px;
  width: 120px;
  background: #fff;
  text-align: center;
}
.why .right-why .content-text-why .contact-more span {
  margin: auto;
  color: var(--main-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.1px;
}
.why .right-why .content-text-why .contact-more .span_1::after {
  color: var(--main-1);
  margin: auto;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .why {
    gap: 20px;
  }
  .why .left-why ul {
    margin-top: 20px;
    gap: 15px;
  }
  .why .left-why ul li {
    font-size: 16px;
  }
  .why .right-why .content-text-why {
    padding: 20px;
  }
  .why .right-why .content-text-why .text1 {
    font-size: 20px;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  .why {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=reasons_to_choose_ommanix.css.map */
