@charset "UTF-8";

#about {
  width:calc(80% - 80px);
  padding: 40px;

  margin:0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#about p,h2 {
  width:70%;
}

#about p {
  font-size: 19px;
  color:#000;
  margin-bottom: 13px;
}

#about h2 {
  margin-top: 25px;
  margin-bottom:8px;

  font-size: 28px;
  color:#b3bc6d;
}

@media screen and (max-width:1000px){
  #about {width:calc(70% - 80px)}
  #about p,h2 {width:100%;}
}

@media screen and (max-width:700px){
  #about {width:calc(100% - 80px)}
}
