.ddvi-section .ddvi-title {
  font-weight:500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ddvi-section .ddvi-title {
    font-size: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.ddvi-section .card-ms {
  border: none;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.ddvi-section .card-ms img {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 12px;
  display: block;
}
.ddvi-section .card-ms .card-body {
  padding: 0.5rem 0 0.5rem 1rem;
}
.ddvi-section .card-ms .card-body h3 {
  font-weight:600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.ddvi-section .card-ms .card-body p {
  font-weight:400;
  line-height: normal;
  font-size: 1rem;
  color: #333333;
}
.ddvi-section .card-ms .card-body .chevron {
  color: #dc3545;
  margin-right: 0.5rem;
  font-weight: bold;
}
.ddvi-section .col-step:nth-child(1) .card-ms {
  border-radius: 64px 0 0 0;
}
.ddvi-section .col-step:nth-child(1) .card-ms img {
  border-bottom-color: #999a9e;
}
.ddvi-section .col-step:nth-child(2) .card-ms {
  border-radius: 0;
}
.ddvi-section .col-step:nth-child(2) .card-ms img {
  border-bottom-color: #eeb94d;
}
.ddvi-section .col-step:nth-child(3) .card-ms {
  border-radius: 0;
}
.ddvi-section .col-step:nth-child(3) .card-ms img {
  border-bottom-color: #eb852b;
}
.ddvi-section .col-step:nth-child(4) .card-ms {
  border-radius: 0;
}
.ddvi-section .col-step:nth-child(4) .card-ms img {
  border-bottom-color: #e22431;
  border-radius: 0 0 64px 0;
}