
.img-story img {
  border-radius: 100px;
}

.container {
  padding-bottom: 50px;
}

.logo h4 {
  color: transparent;
}

.about-wrapper {
  display: flex;
  flex-direction: row;
  /*padding-left: 300px;*/
  justify-content:center;
  padding-top: 97px;
}

.img-story {
  text-align: right;
  padding-right: 52px;
}

.tittle {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.065em;
  color: #231f20;
}

p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 205.5%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #231f20;
  margin-top: 18px;
}

.story {
  max-width: 400px;
}

.link-story a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.065em;
  color: #2c6184;
  text-decoration: none;
}

.link-story {
  margin-top: 8px;
  margin-bottom: 32px;
}

.contact p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 162%;
  text-align: justify;
  letter-spacing: 0.065em;
  color: #231f20;
  margin: 0;
}

.social-media {
  margin-top: 27px;
  display: flex;
}

.social-media a {
  margin-right: 13px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #231f20;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .about-wrapper {
    padding-left: 150px;
  }
}

@media screen and (max-width: 800px) {
  .about-wrapper {
    flex-direction: column;
    padding-left:80px;
    padding-right:80px;
  }

  .img-story {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .story {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .about-wrapper {
    padding-left: 60px;
    padding-right: 60px;
    flex-direction: column;
  }

  .img-story {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .story {
    max-width: 100%;
  }
}