#sobreNos {
  background-color: #000;
}
#sobreNos > div.container {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}

#sobreNos .sobreNosImage {
  width: 100%;
  flex: 1;
}

#sobreNos .sobreNosImage img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#sobreNos .sobreNosTitle {
  color: #fff;
  padding: 30px 0;
  border-bottom: 3px solid #769c4f;
  font-family: serif;
  font-size: clamp(38px, 3vw, 50px);
}

#sobreNos .sobreNosDesc {
  color: #fff;
  padding: 30px 0;
  max-width: 800px;
  font-size: clamp(16px, 3vw, 18px);
}

#sobreNos .sobreNosList {
  padding-left: 0 !important;
}

#sobreNos .sNListNumber {
  color: #464c40;
  font-size: clamp(24px, 3vw, 36px);
}

#sobreNos .sNListDesc {
  color: #fff;
  font-size: clamp(16px, 3vw, 20px);
}

.title-box {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 3vw, 30px);
}

.sobreNosCards {
  background-color: #9bcd68;
  padding: 30px;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 400px));
  justify-items: center;
  justify-content: center;
  gap: 30px;
}

.desc-box {
  font-size: clamp(16px, 3vw, 18px);
}

@media (min-width: 0px) {
  .sobreNosCard {
    width: 100%;
    height: 250px;
    border: 1px solid #000;
    padding: 10px;
    position: relative;
  }

  .desc-box {
    font-family: sans-serif;
    text-align: center;

    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;

    position: absolute;
    right: -10px;
    bottom: 0;
    left: -10px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 340px) {
  .sobreNosCard {
    height: 260px;
  }
}

@media (min-width: 400px) {
  .sobreNosCard {
    height: 220px;
  }
}

@media (min-width: 500px) {
  #sobreNos .sobreNosDesc::first-letter {
    margin-left: 50px;
  }
  .sobreNosCard {
    width: 400px;
    height: 200px;
  }
}

@media (min-width: 1040px) {
  #sobreNos > div.container {
    flex-direction: row;
    gap: 30px;
  }

  #sobreNos .sobreNosImage img {
    width: 100%;
  }

  #sobreNos .sobreNosImage {
    width: 55%;
  }

  #sobreNos .sobreNosContent {
    width: 45%;
    flex: 1;
  }
}
