<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.max-width{
  max-width: 2000px;
  margin: 0 auto;

}
.em-header {
  height: 85vh;
}
.header-img {
  z-index: 99;
}

.em-header-img {
  background-size: contain;
  background-repeat: no-repeat;
}
.flex-center{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.em-banner {
  background-color: #d8c1e1;
  color: #4e3d6e;
  padding: 1rem;
  margin: 0 auto;
  min-height: 60px;
  border-radius: 5px;
  margin-top: 80px;
  margin: auto;
}
.em-banner a {
  margin: 0;
  padding: 0;
}
.em-banner p {
  margin: 0;
  padding: 0 50px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #4e3d6e;
}
.em-why-do-section {
  background-size: auto;
  background-position: left center;
}
.second-section-img img {
  width: inherit;
}

.text-right {
  text-align: right !important;
}
.text-right h3,
p {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}
.text-left h3,
p {
  text-align: left !important;
}
.did-social {
  line-height: 1.5;
}

.em-why-do-section-img {
  height: 400px;
  margin: 45px 0;
}
.em-card {
  height: 270px;
}
.em-flex {
  display: flex;
}
.row-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 720px) {
  .text-right {
    text-align: left !important;
  }
  .em-why-do-section-img {
    height: 300px;
    margin: 0;
    margin-left: -60px;
  }
  .text-right h3,
  p {
    text-align: left !important;
  }

  .text-left {
    text-align: left !important;
  }
  .text-left h3,
  p {
    text-align: left !important;
  }
  .hide-on-mob {
    display: none !important;
  }
  .use .box {
    margin: 0;
    padding: 0;
  }
  .em-card {
    width: 300px;
  }
  .row-reverse {
    flex-direction: row;
  }
}
</pre></body></html>