#omw-17153 .omw-modal-inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 882px) {
  #omw-17153 .omw-modal-inner {
    flex-direction: column;
    gap: 20px;
  }
}
#omw-17153 .text-content {
  flex: 1;
}
@media (max-width: 882px) {
  #omw-17153 .text-content {
    order: 2;
  }
}
#omw-17153 .text-content h2 {
  color: #d1d81a;
  font-size: 4rem;
  margin-bottom: 0.5rem;
}
#omw-17153 .text-content h3 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
}
#omw-17153 .text-content p {
  font-size: 2.5rem;
  margin-bottom: 0.3rem;
}
#omw-17153 .text-content p:empty {
  display: none;
}
#omw-17153 .media-content {
  flex: 0 0 auto;
  max-width: 400px;
}
@media (max-width: 882px) {
  #omw-17153 .media-content {
    max-width: 100%;
    order: -1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 882px) {
  #omw-17153 .media-content .image-wrapper {
    order: 1;
  }
}
@media (max-width: 882px) {
  #omw-17153 .media-content .button-wrapper {
    order: 3;
    margin-top: 20px;
  }
}
#omw-17153 .media-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (max-width: 882px) {
  #omw-17153 .media-content img {
    max-width: 500px;
  }
}
#omw-17153 .media-content a {
  display: inline-block;
  background: url("button_img.png") no-repeat center center;
  background-size: contain;
  width: 300px;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
#omw-17153 .media-content a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}/*# sourceMappingURL=auto-modal.css.map */