#homeCarouselCaptions img {
  height: 450px;
  width: 100%;
}
#homeCarouselCaptions .carousel-caption {
  background-color: rgba(25, 72, 102, 0.8470588235);
}

.what-we-do h5.card-title {
  color: #385f97;
}
.what-we-do .card-body {
  height: 200px;
}

.why-choose-skriptx .card-title {
  color: #194866;
}
.why-choose-skriptx .subtitle {
  color: #385f97;
}
.why-choose-skriptx li {
  margin-bottom: 1.3em;
}

.our-process .card-title {
  color: #194866;
}
.our-process .subtitle {
  color: #385f97;
}
.our-process li {
  margin-bottom: 1.3em;
}

.success-stories .card-body {
  height: 300px;
}
.success-stories .card-body .card-title {
  color: #385f97;
}
.success-stories .card-body .card-subtitle {
  margin-bottom: 0.5em;
}
.success-stories .card-body .card-text {
  text-align: justify;
  line-height: 1.6;
}

.about-us .card-title {
  color: #194866;
}
.about-us .card-subtitle {
  color: #385f97;
}

.services .card .description {
  height: 148px;
  overflow: hidden;
}

main {
  min-height: 100vh;
}

footer .list-group {
  background-color: transparent;
}
footer .list-group .list-group-item {
  background-color: transparent;
  border: none;
}
footer .list-group a {
  color: white;
  text-decoration: none;
}
