.bullet-list-sections-block .list-section {
  padding: 1rem;
}

.bullet-list-sections-block .list-section-row:nth-child(odd) > .list-section {
  background-color: #f0f0f0;
}

.bullet-list-sections-block .list-item {
  margin-bottom: 1rem;
}

.bullet-list-sections-block .list-item-bullet {
  width: 17px;
  height: 17px;
  max-width: 17px;
  max-height: 17px;
  margin-right: 1rem;
}

.bullet-list-sections-block .list-item-bullet img {
  width: 17px;
  height: 17px;
  max-width: 17px;
  max-height: 17px;
  margin-top: -4px;
}

.bullet-list-sections-block .list-section-row .list-section-image-wrapper {
  position: relative;
}

.bullet-list-sections-block .list-section-row img.list-item-main-img {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bullet-list-sections-block .list-section-row:hover img.list-item-main-img {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bullet-list-sections-block .list-section-row img.list-item-main-hvr-img {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bullet-list-sections-block .list-section-row:hover img.list-item-main-hvr-img {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

