.custom-multicolumn-list {
  width: 920px;
  margin: 0 auto;
}


.custom-multicolumn__desc {
    margin-top:17px;
}

.custom-multicolumn__desc p {
  font-size: 13px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width:750px){
  .custom-multicolumn-list {
    width:100%;
    padding:0 1.5rem;
  }
}