.dl-vertical-list {
  padding: 0 3em 0 0;
}
.dl-vertical-list:last-child {
  padding: 0;
}

.dl-vertical-list__title {
  font-size: 1.2em;
}

element.style {
}
.section__block .dl-vertical-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.section__block .dl-vertical-list .dl-vertical-list__title {
    width: 20%;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: solid 1px #eae9e3;
  margin-bottom:30px;
  padding-bottom:30px;
}
 .content h3 {
    color: #C81528;
    border-bottom: solid 2px #C81528;
    margin-top: 50px;
   margin-bottom:30px;
}
.section__block .dl-vertical-list .dl-vertical-list__content {
    width: 80%;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
    border-bottom: solid 1px #eae9e3;
    margin-bottom:30px;
    padding-bottom:30px;
}
.dl-vertical-list__content img{
width:30px;}

@media (max-width: 768px) {
  .dl-vertical-list {
    padding-right: 0;
  }
  .section__block .dl-vertical-list .dl-vertical-list__title {
    width: 100%;
    border:none;
        margin: 0;
  }
  .section__block .dl-vertical-list .dl-vertical-list__content {
    width: 100%;
        padding: 0 0 30px 0;
  }
}

