section {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}

section:nth-child(even) div[class$=-text] {
  order: 2;
  margin-right: 100px;
}
section:nth-child(even) div[class$=-img] {
  order: 1;
}

section:nth-child(odd) div[class$=-text] {
  margin-left: 100px;
}

.cta a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.4s;
}
.cta a:hover {
  background: #1D1E3B;
  color: #fff;
  border-color: #1D1E3B;
  padding: 15px 30px;
}

section.ai {
  justify-content: space-between;
}
section.ai .ai-text {
  flex-basis: 30%;
}
section.ai .ai-text h1 {
  font-size: 50px;
  color: #A0D4D3;
}
section.ai .ai-text p {
  font-size: 18px;
  color: #333;
  text-align: justify;
  margin: 10px 0px 20px;
}
section.ai .ai-img {
  flex-basis: 60%;
  height: 100%;
}
section.ai .ai-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.hero {
  justify-content: space-between;
  height: 100%;
}
section.hero .hero-text {
  flex-basis: 37%;
}
section.hero .hero-text h2 {
  font-size: 50px;
  color: #A0D4D3;
}
section.hero .hero-text p {
  color: #333;
  font-size: 18px;
  text-align: justify;
  margin: 10px 0px 20px;
}
section.hero .hero-img {
  flex-basis: 50%;
  height: 100%;
}
section.hero .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.row-about1 {
  justify-content: space-between;
}
section.row-about1 .row-about1-text {
  flex-basis: 37%;
  margin-right: 100px;
}
section.row-about1 .row-about1-text h2 {
  font-size: 50px;
  color: #A0D4D3;
}
section.row-about1 .row-about1-text p {
  font-size: 18px;
  color: #333;
  text-align: justify;
  margin: 10px 0px 20px;
}
section.row-about1 .row-about1-img {
  flex-basis: 50%;
}
section.row-about1 .row-about1-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.me {
  justify-content: space-around;
}
section.me .me-text {
  flex-basis: 37%;
}
section.me .me-text h2 {
  font-size: 50px;
  color: #A0D4D3;
}
section.me .me-text p {
  color: #333;
  font-size: 18px;
  text-align: justify;
  margin: 10px 0px 20px;
}
section.me .me-img {
  flex-basis: 35%;
  height: 100%;
}
section.me .me-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  section {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 100px;
  }
  section div[class$=-text] {
    margin-top: 25px;
    padding: 0px 35px;
  }
  .cta a {
    font-size: 14px;
  }
  .cta a:hover {
    padding: 15px 20px;
  }
  section:nth-child(even) div[class$=-text] {
    margin-right: 0px;
  }
  section:nth-child(odd) div[class$=-text] {
    order: 2;
    margin-left: 0;
  }
  section:nth-child(odd) div[class$=-img] {
    order: 1;
  }
  section.ai .ai-text {
    order: 2;
    margin-top: 25px;
  }
  section.ai .ai-text h1 {
    font-size: 36px;
  }
  section.ai .ai-text p {
    font-size: 16px;
  }
  section.ai .ai-img {
    order: 1;
  }
  section.ai .ai-img img {
    height: 50%;
  }
  section.hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  section.hero .hero-text {
    flex-basis: 50%;
    margin-left: 0;
    padding: 25px;
  }
  section.hero .hero-text h2 {
    font-size: 36px;
  }
  section.hero .hero-text p {
    font-size: 16px;
  }
  section.hero .hero-img {
    flex-basis: 37%;
  }
  section.hero .hero-img img {
    height: 50%;
  }
  section.row-about1 .row-about1-text {
    flex-basis: 50%;
    margin-right: 0;
    padding: 25px;
  }
  section.row-about1 .row-about1-text h2 {
    font-size: 36px;
  }
  section.row-about1 .row-about1-text p {
    font-size: 16px;
    text-align: left;
  }
  section.row-about1 .row-about1-img {
    flex-basis: 37%;
  }
  section.row-about1 .row-about1-img img {
    height: 50%;
  }
  section.me .me-text {
    flex-basis: 37%;
  }
  section.me .me-text h2 {
    font-size: 36px;
    color: #A0D4D3;
  }
  section.me .me-text p {
    color: #333;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0px 20px;
  }
  section.me .me-img {
    flex-basis: 35%;
  }
  section.me .me-img img {
    height: 50%;
  }
}/*# sourceMappingURL=styles.css.map */