.achieve-wrapper{
  text-align: center;
  margin: 50px 0px;

}
.achieve-wrapper h2{
  font-family:"a-otf-gothic-bbb-pr6n", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin:20px;
  padding-bottom:20px;
  border-bottom: 1px solid #000;
}

.content h4{
  font-family:"a-otf-gothic-bbb-pr6n", sans-serif;
  font-size:24px;
  margin:30px 0px;
  padding:10px;
  
}
.content p{
  font-family:"a-otf-gothic-bbb-pr6n", sans-serif;
  font-size:20px;
  padding-bottom:10px;
}
.event{
  background-color: #f6f6f6;
}

@media(max-width:750px){
  .achieve-wrapper h2{
    font-size: 28px;
  }
  .achieve-wrapper h4{
    font-size: 16px;
  }
  .achieve-wrapper p{
    font-size: 14px;
  }
  .content h4{
    margin:10px 0px;
    padding:10px;
    
  }
  .content p{
    padding-bottom:10px;
  }
}