.c-explore {
  position: relative;
}
.c-explore:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  height: 100%;
  width: 40px;
  width: 4rem;
  background: White;
  z-index: 2;
}
.c-explore:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  height: 100%;
  width: 40px;
  width: 4rem;
  background: White;
  z-index: 2;
}
@media all and (min-width: 1280px) {
  .c-explore::before,
  .c-explore::after {
    display: none;
  }
}
.c-explore__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px -30px;
  margin: -2rem -3rem;
}
.c-explore__heading {
  color: #312F2F;
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media all and (min-width: 768px) {
  .c-explore__heading {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-explore__heading {
    font-size: 3.6rem;
  }
}
.c-explore__item {
  flex: 1 1 100%;
  padding: 20px 30px;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}
.c-explore__item + .c-explore__item {
  border-top: 1px solid #d6d6d6;
  border-top: 0.1rem solid #d6d6d6;
}
@media all and (min-width: 768px) {
  .c-explore__item + .c-explore__item:after {
    position: absolute;
    height: 90%;
    width: 0.1rem;
    background: #d6d6d6;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
  }
  .c-explore__item:nth-child(2n + 1):after {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .c-explore__item {
    border: 0 !important;
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
  .c-explore__item:nth-child(2n + 1):after {
    display: block;
  }
}
.c-explore__item:hover,
.c-explore__item:active,
.c-explore__item:focus {
  text-decoration: none;
}
.c-explore__item:hover .c-explore__item__content__heading,
.c-explore__item:active .c-explore__item__content__heading,
.c-explore__item:focus .c-explore__item__content__heading {
  color: #D62727;
}
.e-main--learn .c-explore__item:hover .c-explore__item__content__heading,
.e-main--learn .c-explore__item:active .c-explore__item__content__heading,
.e-main--learn .c-explore__item:focus .c-explore__item__content__heading {
  color: #EC9C3F;
}
.e-main--learn .c-explore__item:hover .c-explore__item__content__heading .e-icon,
.e-main--learn .c-explore__item:active .c-explore__item__content__heading .e-icon,
.e-main--learn .c-explore__item:focus .c-explore__item__content__heading .e-icon {
  fill: #EC9C3F;
}
.e-main--plan .c-explore__item:hover .c-explore__item__content__heading,
.e-main--plan .c-explore__item:active .c-explore__item__content__heading,
.e-main--plan .c-explore__item:focus .c-explore__item__content__heading {
  color: #673694;
}
.e-main--plan .c-explore__item:hover .c-explore__item__content__heading .e-icon,
.e-main--plan .c-explore__item:active .c-explore__item__content__heading .e-icon,
.e-main--plan .c-explore__item:focus .c-explore__item__content__heading .e-icon {
  fill: #673694;
}
.c-explore__item__content {
  padding: 25px 10px 0;
  padding: 2.5rem 1rem 0;
  flex: 1 1 auto;
}
.c-explore__item__content__heading {
  color: #312F2F;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1280px) {
  .c-explore__item__content__heading {
    font-size: 2.2rem;
  }
}
.c-explore__item__content__heading .e-icon {
  margin-left: 10px;
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #D62727;
}
.c-explore__item__content__copy {
  font-size: 18px;
  font-size: 1.8rem;
  color: #312F2F;
  margin: 0;
}
.c-explore__item__image {
  flex-shrink: 0;
  padding: 0 10px;
  padding: 0 1rem;
  padding-left: 0;
  max-width: 85px;
  max-width: 8.5rem;
}
@media all and (min-width: 768px) {
  .c-explore__item__image {
    max-width: 10.5rem;
  }
}
@media all and (min-width: 1280px) {
  .c-explore__item__image {
    padding: 0 1rem;
  }
}
.c-explore__item__image__image {
  border-radius: 100%;
}
