﻿.pe51562 {
  padding: 10px;
  background-color: #fc7903;
  text-align: center;
  color: #000;
}
@media (min-width: 960px) {
  .pe51562 {
    padding: 20px;
  }
}

.pe51562__title {
  padding: 10px 0;
  padding-bottom: 0 !important;
  font-family: lora, times, serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: none;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .pe51562__title {
    padding: 20px 0;
  }
}

.pe51562__intro {
  padding: 10px 0;
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  max-width: 768px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .pe51562__intro {
    padding: 20px 0;
  }
}

.pe51562-list {
  padding: 5px;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .pe51562-list {
    padding: 10px;
  }
}
@media (min-width: 960px) {
  .pe51562-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    max-width: 1500px;
  }
}

.pe51562-list__item {
  padding: 5px;
}
@media (min-width: 960px) {
  .pe51562-list__item {
    padding: 10px;
  }
}
@media (min-width: 960px) {
  .pe51562-list__item {
    width: 33.333333%;
  }
}

.pe51562-list__title {
  padding: 10px 0;
  padding-bottom: 0 !important;
  font-family: lora, times, serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: none;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .pe51562-list__title {
    padding: 20px 0;
  }
}

.pe51562-list__divider {
  width: 100%;
  height: 20px;
  border: none;
  background-image: url(/media/productextensions/51652/assets/application/images/divider-black.svg?v=25112019);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
}

.pe51562-list__copy {
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
}
