.u-home-access .title{
  text-align: center;
}

.u-home-access .title h2{
  margin-bottom: 0;
}

.u-home-access .title p{
  font-size: 24px;
  line-height: 30px;
}

.u-home-access  .store{
  display: flex;
  justify-content: center;
}

.u-home-access  .store img{
  margin: 0 10px;
}

@media (max-width: 850px){
  .u-home-access .title p{
    font-size: 18px;
    line-height: 1.67;
  }
}