.contents-wrap{
  padding: 64px 0;
  border-top: 1px solid #000;
  @media screen and (max-width: 767px){
    padding: 40px 0;
  }
  &:last-child{
    border-bottom: 1px solid #000;
  }
}
.text{
  margin-bottom: 28px;
  @media screen and (max-width: 767px){
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px){
  .col-2-btn{
    flex-direction: row;
    .col-item{
      width: calc((100% - 8px) / 2);
    }
  }
}