
.about-main-p {
  margin-top: 0.8rem;
}

.about article {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.about article aside {
  width: 18rem;
  max-width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24rem;
}

.about article aside span {
  color: #CBC600;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0.5rem;
  text-align: center;
}

.about article aside h2 {
  color: #CBC600;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0.5rem;
  text-align: center;
}

.about article aside p {
  text-align: justify;
  font-size: 0.9em;
  text-align: center;
  color: #444;
}

.about h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.about .partners {
  display: flex;
  padding: 1.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.partners .partner {
  width: 200px;
  height: 100px;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-shadow: 1px 0.5px 5px #cccccc;
  overflow: hidden;
  border-radius: 4px;
}

.partners .partner img {
  width: 100px;
}

.about .action {
  display: flex;
  justify-content: center;
  padding: 1rem;
  margin-top: 4rem;
}

.raison {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.raison-text{
  width: 24rem;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 1rem;
  margin-top: 3rem;
}

.raison-text i {
  font-size: 2.0em;
  color: #5B471D;
  padding-right: 1rem;
  position: relative;
  bottom: 2rem;
}

.raison-text p {
  font-size: 1.3rem;
  text-align: start;
  color: black;
  font-weight: 900;
  color: #5B471D;
}

.raison .img-container {
  min-width: 18rem;
  min-height: 18rem;
  max-height: 16rem;
  max-width: 100vw;
  overflow: hidden;
  margin: 1rem;
  border: 4px solid #5B471D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.raison .img-container img {
  width: 24rem;
}

@media (max-width: 800px) {
  .raison-text {
    width: 90%;
    font-size: 1.0em;
  }
  
}