.second-title {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
}
.main-body {
  position: absolute;
  top: 105%;
  width: 100%;
  background: linear-gradient(#054f2b, #14b366);
}
.propos-content {
  margin-top: 17rem;
}
.avis-block {
  color: black;
  background-color: rgb(228, 228, 228);
  box-shadow: 2px 2px 40px rgb(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .main-body {
    top: 55% !important;
  }
  .forme-organique {
    top: 45% !important;
  }
  .propos-content {
    margin-top: 6rem;
  }
}
