@layer unit {
.centering{
    .center {
       text-align: center;
        }
}
  .unit-wraps {
    .text p {
      margin-bottom: 1.6rem;
      line-height: 1.9;
      &:last-child {
        margin-bottom: 0;
      }
    }
}
