html {
  font-family: "Roboto", sans-serif;
}
.about {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  padding: 2% 5%;
}
.about h3 {
  font-size: 1.3rem;
  font-weight: 450;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about h2 {
  font-size: 1.6rem;
  font-weight: 550;
  text-transform: uppercase;
  color: #d35400;
  margin-bottom: 5px;
}
.about .text-about {
  width: 100%;
}
.text-about p {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
  color: #231f20;
  line-height: 25px;
}
.about .img-about {
  width: 100%;
}
.img-about img {
  width: 100%;
}
.about .iframe-video {
  text-align: center;
}
.about .text-reason {
  padding-left: 3%;
  width: 100%;
}
.text-reason li {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
