body {
  font-family: "Oxygen", sans-serif;
  margin: 0;
  background: #ffffff;
  color: #43434b;
  line-height: 1.6em;
}

header {
  background: #801596;
  color: white;
}

.oxygen-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.oxygen-regular {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oxygen-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.logo {
  width: 50px;
  max-height: auto;
}

.container {
  padding: 40px 20px;
  max-width: 100%;
  margin: auto;
}

.container2 {
  width: 50%;
  flex-direction: column;
}

.twocolumns {
  display: flex;
  width: 100%;
}

.pad {
  padding: 50px;
}

h1 {
  font-size: 40px;
  line-height: 1.6em;
  font-weight: normal;
}

h2 {
  padding: 20px 20px;
  font-weight: normal;
  line-height: 1.6em;
}

h3 {
  font-weight: normal;
  line-height: 1.6em;
}

.center {
  text-align: center;
}

.centerItem {
  justify-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.heroImg {
  max-width: 100%;
  object-fit: cover;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #3ba58c;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

a {
  color: #280394;
  text-decoration: none;
}

section {
  border-bottom: solid #d8caf4 1px;
}

.desc {
  padding-left: 25%;
  padding-right: 25%;
  max-width: 100%;
}

.divider {
  border-bottom: solid #d8caf4 1px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .heroImg {
    display: none;
  }

  .container2 {
    width: 100%;
    display: block;
  }

  .mobile {
    width: 0;
  }
}
