.c-section .c-section__heading {
  text-align: left;
  max-width: 1000px;
  margin: 48px auto 0;
}
@media only screen and (max-width: 1000px) {
  .c-section .c-section__heading {
    margin: 48px 10px 0;
  }
}
.c-section .c-section__heading .c-section__heading--title {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  padding: 0 0 16px 3px;
  margin: 60px auto 40px;
  color: #00A693;
  font-size: 3.2rem;
  line-height: 1.48;
  font-weight: 500;  
}
@media only screen and (max-width: 767px) {
  .c-section .c-section__heading .c-section__heading--title {
    font-size: 2rem;
    margin: 36px auto 24px;
  }
}
.c-section .c-section__heading .c-section__heading--title::after {
  content: "";
  background: #00A693;
  width: 3px;
  height: calc(100% - 16px);
  position: absolute;
  top: 0;
  left: 0;
}

.c-section .c-section__heading .c-section__heading--title span {
  padding-left: 0.5em;
}
@media only screen and (min-width: 1025px) {
.c-section .c-section__container .c-section__label{
  font-size: 16px;
  padding-left: 1.5em;
}
}

.c-section .c-section__content {
 margin-bottom: 36px;
}

.recently-View {
  display: none;
}