.description-container {
  text-align: center;
  margin-top: 50px;
  color: #58585a;
}
.pictures-container img {
  width: 100%;
}
.who-we-are.img-container {
  position: relative;
}
.who-we-are.img-container .text-container {
  position: absolute;
  bottom: 0;
  color: white;
  opacity: 0.76;
  background-color: #08a450;
  text-align: center;
  width: calc(100% - 30px);
  height: 25%;
  display: flex;
  text-transform: capitalize;
}
.who-we-are.img-container .text-container:hover {
  color: white;
  text-decoration: none;
}
.who-we-are.img-container .text-container span {
  align-self: center;
  justify-self: center;
  margin: auto;
  letter-spacing: 1px;
}
.who-we-are.img-container:hover .text-container {
  height: 100%;
}
.who-we-are.pictures-container {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .who-we-are.img-container {
    margin-bottom: 20px;
  }
}
