.bullet-point-with-timeline-wrapper {
  font-family: 'rawline';
  padding: 30px 15px;
  box-shadow: 0 2px 10px -4px rgba(64, 78, 122, 0.5);
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: white;
}

@media (min-width: 992px) {
  .bullet-point-with-timeline-wrapper {
    padding: 60px;
    margin-bottom: 60px;
  }
}

.timeline-wrapper {
  padding-top: 30px;
}

.timeline-wrapper .timeline-section {
  margin-bottom: 0;
}

.timeline-wrapper .h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.timeline-wrapper p {
  font-weight: 600;
}

.bullet-point-section.show-border-bottom {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.bullet-point-section.show-padding-bottom {
  padding-bottom: 30px;
}

.bullet-point-section .h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.bullet-point-section p {
  margin-bottom: 15px;
  font-weight: 700;
}

.bullet-point-section p:last-of-type {
  margin-bottom: 0;
}

.bullet-point-section ul, .bullet-point-section ol {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}

.bullet-point-section ul li, .bullet-point-section ol li {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  padding-left: 40px;
}

@media (min-width: 992px) {
  .bullet-point-section ul li, .bullet-point-section ol li {
    font-size: 16px;
    line-height: 29px;
  }
}

.bullet-point-section ul li:not(:last-child), .bullet-point-section ol li:not(:last-child) {
  margin-bottom: 10px;
}

.bullet-point-section ul li:before {
  position: absolute;
  content: "\f111";
  font-family: 'FontAwesome';
  font-weight: 700;
  font-size: 4px;
  left: 30px;
}

.bullet-point-section ol li {
  counter-increment: order-counter;
}

.bullet-point-section ol li::before {
  content: counter(order-counter) ". ";
  padding-right: 10px;
  font-weight: 700;
  position: absolute;
  left: 30px;
}
