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

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

.page--shopkeeper .section__block {
	text-align: left;
	padding:0 64px 64px;
	border-bottom: 1px solid #ccc;
}

.page--shopkeeper .section__block:first-child {
	margin-top: 8em;
}

.page--shopkeeper .section__block:last-child {
	border: none;
}

.page--shopkeeper .section__title-h2 {
	margin-bottom: 2em;
	text-align: left;
}

@media (max-width: 768px) {
  .dl-vertical-list {
    padding: 10px;
  }
	
	.page--shopkeeper .section__block {
		margin-bottom: 3em;
		padding:0 10px 40px;
	}
	
}
