.CTA-imgWithText {
  font-family: "MuseoSans_700_Bold", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 125% */
  color: #003DA5;
  letter-spacing: 0px;
  gap: 8px;
}
.CTA-imgWithText:hover {
  border-bottom: none !important;
}
.CTA-imgWithText:hover span {
  color: #1054C9 !important;
}
.CTA-imgWithText:hover span:first-child {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
  color: #1054C9 !important;
}
.CTA-imgWithText:focus {
  text-decoration-thickness: 1px;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
  text-underline-offset: 6px;
  outline: 1px dashed;
  outline-offset: 1px;
}

.copyBlockImgWithTxt p {
  font-size: 18px;
  line-height: 27px;
}

.iconTextBodyCopy p {
  font-size: 18px;
  line-height: 27px;
}

.ITC-text-underneath p {
  color: #3A3B3D;
  margin-top: 24px;
  font-family: "MuseoSans_700_Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.copyBlockImgWithTxt {
  margin-left: 24px;
}
.copyBlockImgWithTxt .zeroMargin .col-12 {
  padding: 0;
}
.copyBlockImgWithTxt .zeroMargin p {
  margin-bottom: 0rem;
}
.copyBlockImgWithTxt .zeroMargin p:last-child {
  margin-bottom: 1rem !important;
}
.copyBlockImgWithTxt img:first-child {
  margin-right: 16px;
}

.copyBlockImgWithTxt .card-title {
  margin-bottom: 4px;
}

.iconTextBodyCopy {
  margin-top: 8px;
}

.iconTextCardCta {
  margin-top: 24px;
}

.iconTextCardCta a {
  font-family: "MuseoSans_700_Bold", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #003DA5;
}

.iconTextCardBtn {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.ITC-text-underneath p strong {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .CTA-imgWithText {
    font-size: 16px;
    line-height: 20px;
  }
  .copyBlockImgWithTxt p {
    font-size: 16px;
    line-height: 24px;
  }
  .copyBlockImgWithTxt p img:first-child {
    margin-bottom: 16px;
  }
  .iconTextBodyCopy p {
    font-size: 16px;
    line-height: 24px;
  }
  .ITC-text-underneath p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 16px;
  }
  .copyBlockImgWithTxt {
    margin-left: 16px;
  }
  .copyBlockImgWithTxt p a u {
    font-size: 16px;
    line-height: 24px;
  }
  .iconTextBodyCopy {
    margin-top: 4px;
  }
  .iconTextCardCta {
    margin-top: 16px;
  }
  .iconTextCardCta a {
    font-size: 16px;
    line-height: 20px;
  }
  .iconTextCardBtn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .ITC-text-underneath p strong {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .custom-img-style {
    padding-left: 0px;
    padding-right: 0px;
  }
}