/* .section {
  padding: 64px 0;
} */
.about {
  padding: 0 32px;
  margin: auto;
  max-width: 1280px;
  height: 375px;
  display: flex;
}
.about--rev {
  flex-direction: row-reverse;
}
.about__right {
  width: 50%;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.about__right--founder {
  margin-bottom: 40px;
}

.about__left {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
}
.about__left--rev {
  padding-right: 0;
  padding-left: 50px;
}
.about__span {
  color: #ee5625;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.about__heading {
  color: #332f30;
  font-size: 33px;
  font-weight: 200;
  margin-bottom: 32px;
}
.about__text {
  margin-bottom: 1rem;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #616261;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .about {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10px 80px;
    max-width: 990px;
  }
  .about--founder {
    flex-direction: column-reverse;
  }
  .about__left {
    padding: 0;
    width: 100%;
  }
  .about__right {
    width: 100%;
    height: 375px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 10px 20px;
  }
  .about__heading {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .about__text {
    font-size: 16px;
    line-height: 30px;
  }
}

.team {
  background-color: #f9f9f9;
  padding: 3rem 0;
}
.team__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 990px) {
  .team__wrapper {
    gap: 3rem;
  }
}
.team__heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.team__border {
  width: 160px;
  height: 5px;
  background: #ff914c;
  margin: 26px auto;
}
.team__container {
  display: flex;
  justify-content: space-evenly;
}
.team__card {
  width: 45%;
  text-align: left;
  display: flex;
  align-items: center;
}
.card__right {
  padding-left: 2rem;
}
.team__img {
  width: 180px;
  height: 180px;
  border-radius: 0.5rem;
}
.team__name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.team__position {
  font-size: 1rem;
  color: #777;
}
.team__text {
  margin-bottom: 1rem;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #616261;
  font-weight: 300;
}
@media (max-width: 990px) {
  .team__container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .team__card {
    width: 80%;
  }
  .about__left--top {
    margin-top: -40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .team__card {
    max-width: 350px;
    flex-direction: column;
    text-align: center;
  }
  .card__right {
    padding: 0;
  }
  .team__img {
    margin-bottom: 1rem;
  }
  .section {
    padding: 64px 20px !important;
  }
}
