#about_container{
  width:100%;
  height:auto;
}

#about_title{
  background:url("../img/about_2.jpg");
  width:40%;
  height:10vw;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  margin:auto;
  border-radius:10px;
}

#about_sentence{
  width:50%;
  margin:auto;
}

@media(max-width:900px){
  #about_container{
    width:90%;
    margin:auto;
  }

  #about_title{
    width:80%;
    height:35vw;
    margin:auto;
  }

  #about_sentence{
    width:90%;
    margin:auto;
  }
}
