.quick-cards h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 40px 0 24px 0;
  height: 72px;
}
.quick-cards p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1D1E1F;
}
.quick-card:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1280px) {
  .quick-card:not(:last-child) {
    margin-bottom: 0px;
  }
}
.card-icon {
  display: inline-block;
  width: 76.5px;
  height: 76.5px;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 76.5px;
  text-align: center;
  filter: drop-shadow(0.4rem 0.65rem 0.9rem rgba(0, 0, 0, 0.3));
}
.card1 {
  background-color: #30578d;
}
.card2 {
  background-color: #F2A945;
}
.card3 {
  background-color: #3A828A;
}
.custom-icon {
  height: 76.5px;
}
.custom-icon img {
  height: inherit;
}
@media only screen and (max-width: 375px) {
  .quick-cards {
    display: block;
    margin-top: 0;
  }
  .quick-cards > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .quick-cards h5 {
    height: inherit;
    line-height: 24px;
    font-size: 18px;
  }
  .card-icon {
    font-size: 18px;
  }
  .quick-cards p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .quick-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .quick-cards > div {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  .quick-cards h5 {
    height: inherit;
    font-size: 18px;
    line-height: 24px;
  }
  .card-icon {
    font-size: 18px;
  }
  .quick-cards p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .quick-cards {
    display: flex;
    flex-wrap: nowrap;
  }
  .quick-cards > div {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quick-cards h5 {
    height: 72px;
  }
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
