@charset "UTF-8";
.p-sustainability-index{
  padding-bottom: 160px;
  @media screen and (max-width: 767px){
    padding-bottom: 120px;
  }
  .heading-text-box{
    .heading-text-button-content{
      .heading-text{
        width: 100%;
      }
      .linkbutton{
        margin-top: 54px;
        @media screen and (max-width: 767px){
          margin-top: 48px;
        }
      }
    }
  }
}