.area__sobre {
  position: relative;
  min-height: 400px;
  background-color: #c3c2c2;
  background-color: #09437d25;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.2)
    ),
    url("https://plus.unsplash.com/premium_photo-1661774861781-e540fbc29330?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: top center;
  background-size: cover;
}

.area__sobre__centro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.area__sobre__texto {
  margin-top: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px;
}

.area__sobre__texto h2 {
  color: #edf5fc;
}

.area__sobre__texto p {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.749);
}

.area__sobre--image {
  display: none;
}

.sobre__circulo {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -50px;
  z-index: 999;
}

.sobre__cards {
  /* background-color: #d7d7d7; */
  /* padding: 10px; */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sobre__card {
  background-color: #d7d7d7;
  padding: 10px;
}

.sobre__card img {
  max-height: 500px;
  width: 100%;
  border-radius: 10px;
}

.card__box {
  position: relative;
  padding: 20px;
}

.card__box h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #07325d;
}

.card__box ul {
  position: relative;
  color: #07325d;
}

.card__box ul li {
  margin-left: 5%;
  margin-bottom: 10px;
  color: #535353;
}

.card__box li::before {
  position: absolute;

  content: "💹";
  left: 0px;
  /* height: 20px; */
  /* width: 20px; */
  /* background-color: red; */
}

.missao {
}

.missao i {
  font-size: 100px;
  font-weight: 300;
  color: #c3c2c2;
}

.missao__01,
.missao__02 {
  padding: 0 10px;
  background-color: #57342a;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.missao__01 h2,
.missao__02 h2 {
  color: #c3c2c2;
  font-weight: 600;
}

.missao__01 p,
.missao__02 p {
  color: #c3c2c2;
  font-weight: 300;
  font-size: 15px;
}

.missao__01 p {
}

.missao__02 {
  background-color: #11202f;
}

@media (min-width: 900px) {
  .sobre__cards {
    /* flex-direction: row; */
  }

  .sobre__card {
    display: flex;
    background: transparent;
  }

  .sobre__card img {
    max-width: 500px;
    max-height: 500px;
    border-radius: 10px;
  }

  .card__box h2 {
    font-size: 26px;
  }

  .card__box ul li {
    font-size: 16px;
  }

  .box-2 {
    order: 2;
    justify-self: flex-end;
    right: 0;
  }

  .box__2 {
    width: 50%;
  }

  .missao {
    display: flex;
  }

  .missao__01,
  .missao__02 {
    width: 50%;
    text-align: center;
    padding: 40px;
  }
}
