.about-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-card img {
  height: 85vh;
  margin: 20px;
  border-radius: 10px;
}
.about-card aside {
  max-width: 600px;
  width: auto;
  min-width: 200px;
}
.about-card h1 {
  font-size: 35px;
  text-align: center;
  padding: 20px;
}
.about-card p {
  text-align: justify;
  padding: 10px;
  font-size: 18px;
  line-height: 27px;
}
.about-card h3 {
  padding: 10px;
}

@media only screen and (max-width: 980px) {
  .about-card img {
    width: 100% !important;
    height: auto !important;
  }
}
