.in-content-card .col-md-4:first-child .card {
  margin-top: 32px;
}

.in-content-card .card {
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  margin-top: 62px;
}

@media (min-width: 768px) {
  .in-content-card .card {
    margin-top: 32px;
  }
}

.in-content-card .card.show-border {
  border-bottom: 5px solid #F08B77;
}

.in-content-card .card .card-header {
  border-bottom: 1px solid #EAEAEA;
  background-color: #F3F9FF;
  padding: 40px 0px 12px 0px;
}

.in-content-card .card .card-header .icon {
  width: 64px;
  height: 64px;
  border: 1px solid #f08b77;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -32px;
  margin: auto;
  left: 0;
  right: 0;
}

.in-content-card .card .card-header h4 {
  color: #1F2E61;
  font-weight: 700;
}

.in-content-card .card .card-body {
  background-color: white;
  padding: 28px 30px;
}

@media (min-width: 768px) {
  .in-content-card .card .card-body.card-with-button {
    padding-bottom: 110px;
  }
}

.in-content-card .card .card-body p, .in-content-card .card .card-body li {
  color: #333;
  font-weight: 600;
}

.in-content-card .card .card-body p {
  text-align: center;
  margin-bottom: 0;
}

.in-content-card .card .card-body ul, .in-content-card .card .card-body ol {
  padding: 0px;
  margin: 0px;
}

.in-content-card .card .card-body ul li, .in-content-card .card .card-body ol li {
  font-size: 14px;
  line-height: 23px;
  list-style: none;
}

.in-content-card .card .card-body ul li:not(:last-child), .in-content-card .card .card-body ol li:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .in-content-card .card .card-body ul li, .in-content-card .card .card-body ol li {
    font-size: 16px;
    line-height: 29px;
  }
}

.in-content-card .card .card-body ol li {
  counter-increment: order-counter;
  padding-left: 20px;
}

.in-content-card .card .card-body ol li::before {
  content: counter(order-counter) ". ";
  padding-right: 10px;
  font-weight: 700;
  position: absolute;
  left: 35px;
}

.in-content-card .card .card-body ul li {
  padding-left: 20px;
}

.in-content-card .card .card-body ul li::before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-weight: 700;
  font-size: 4px;
  position: absolute;
  left: 40px;
}

.in-content-card .card .card-body .btn-secondary, .in-content-card .card .card-body .btn-primary {
  margin-top: 30px;
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .in-content-card .card .card-body .btn-secondary, .in-content-card .card .card-body .btn-primary {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
    margin: auto;
    width: calc(100% - 60px);
  }
}

.in-content-card .card .card-body .btn-primary {
  font-size: 18px;
}

.in-content-card .card .card-body .link {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: #333333;
  text-align: center;
}

.in-content-card .card .card-body .link:hover {
  color: #000000;
  font-weight: 800;
}
