.list-image-block {
  padding: 72px 0;
}

.list-image-block:nth-child(even) {
  background-color: #fff;
}

.list-image-block .row {
  align-items: center;
}

.list-image--layout_alpha {

}

.list-image--layout_beta .row {
  flex-direction: row-reverse;
}

.list-image__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #404756;
  margin-bottom: 24px;
}

.list-image__list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  color: #2A2C31;
  margin-bottom: 16px;
}

.list-image__list li img {
  margin-right: 16px;
}

.list-image__list li span {
  padding-top: 6px;
}

.list-image__image img {
  margin: 0 auto;
  display: block;
}

.list-image__button {
  margin-top: 40px;
}

@media only screen and (max-width: 500px) {
  .list-image__button .btn {
    display: block;
    text-align: center;
    margin: 0;
  }

  .list-image__button .btn + .btn {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .list-image-block {
    padding: 40px 0;
  }

  .list-image .row {
    flex-direction: column-reverse;
  }

  .list-image__image {
    margin-bottom: 16px;
  }
}
