.product-learn {
  font-size: 16px;
  padding: 30px 0;
}

.product-learn .button--green {
  width: 188px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  color: #0F4A65;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: visible;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 15px 30px;
  background: #8CDFE2;
  margin-top: auto;
}

@media (max-width: 850px) {
  .product-learn .button--green {
    margin-top: 15px;
  }
}

.product-learn .button--green:hover,
.product-learn .button--green:focus,
.product-learn .button--green:active {
  background: #63CED2;
  color: #0F4A65;
  text-decoration: none;
}

.product-learn h3 {
  text-align: center;
  color: #1E1E1E;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 40px;
  padding: 0;
}

@media (min-width: 1023px) {
  .product-learn h3 {
    font-size: 2em;
  }
}

.product-learn .product-learn__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1023px) {
  .product-learn .product-learn__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.product-learn .product-learn__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  margin-right: 0;
}

@media (min-width: 1023px) {
  .product-learn .product-learn__nav {
    margin-right: 20px;
  }
}

.product-learn .product-learn__nav a {
  color: #000000;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  margin: 12px 0;
}

.product-learn .product-learn__nav a.pl-active {
  color: #0F4A65;
  font-weight: bold;
  text-decoration: underline;
}

.product-learn .product-learn__cards {
  width: 100%;
}

.product-learn .product-learn__cards--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .product-learn .product-learn__cards--holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.product-learn .product-learn__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #DEE0E6;
  border-radius: 10px;
  padding: 80px 70px;
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .product-learn .product-learn__card {
    padding: 25px;
  }
}

@media (max-width: 1024px) {
  .product-learn .product-learn__card {
    margin-bottom: 25px;
    padding: 15px;
  }
}

.product-learn .product-learn__card h4 {
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

@media (min-width: 1025px) {
  .product-learn .product-learn__card h4 {
    line-height: 1.5em;
  }
}

.product-learn .product-learn__card h4 a {
  color: #0F4A65;
}

.product-learn .product-learn__card p {
  color: #000000;
  font-size: 1em;
  line-height: 1.3125em;
}

@media (min-width: 1023px) {
  .product-learn .product-learn__card p {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.product-learn .product-learn__card a {
  text-decoration: none;
}

.product-learn .product-learn__card a h4 {
  color: #0F4A65;
}

@media (max-width: 850px) {
  .product-learn .product-learn__card a h4 {
    font-size: 1.0625em;
  }
}

@media (max-width: 850px) {
  .product-learn .product-learn__cards--resources {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-learn .product-learn__cards--resources .product-learn__card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-learn .product-learn__cards--resources .product-learn__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .product-learn .product-learn__cards--resources .product-learn__card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-learn .product-learn__cards--resources .product-learn__card img {
  display: block;
  max-width: 142px;
  height: auto;
  margin-right: 25px;
}

@media (min-width: 851px) and (max-width: 1100px) {
  .product-learn .product-learn__cards--resources .product-learn__card img {
    max-width: 115px;
    margin-right: 22px;
  }
}

@media (max-width: 767px) {
  .product-learn .product-learn__cards--resources .product-learn__card img {
    max-width: 79px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.product-learn .pl-col_1 {
  width: 100%;
}

.product-learn .pl-col_2 {
  width: 100%;
  max-width: unset;
}

@media (min-width: 1025px) {
  .product-learn .pl-col_2 {
    width: 50%;
  }
}

.product-learn .pl-col_2:first-child {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .product-learn .pl-col_2:first-child {
    margin-right: 20px;
  }
}

/*# sourceMappingURL=product-learn-more.css.map */