@import url('./common.css');

#about {
 .awards{
  .lead{
    font-size: clamp(16px, 0.38vw + 14.59px, 20px);
    margin-bottom: calc(30 / 1440 * 100%);
    @media screen and (min-width: 769px) {
      margin-bottom: 3rem;
    }
  }
  .img{
    max-width: 100%;
  }
 }
 .overview{
  .inner{
    .inner_min{
      .title{
        margin-top: 0;
      }
    }
  }
 }
}