.card {
  border: none !important;
}
.featured-article-image {
  width: 100%;
}

.card-body {
  padding: 0px !important;
}

.time-stamp {
  font-size: 14px;
  position: relative;
  margin-left: 13px;
}

.time-stamp::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0px;
  width: 14px;
  height: 14px;
  background: url("../images/clockIcon.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.author-image {
  height: 50px;
  width: 50px;
  background: url("../images/bgfill-resource.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  margin: 0px 10px 0px 0px;
}

.author-image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.key-focus-area-resources .card {
  min-height: 600px !important;
}

.our-impact-section {
  min-height: 700px;
  background: url("../images/musturedRectangle.png") no-repeat center center;
  background-size: 100% 100%;

  box-sizing: border-box;
  padding-top: 90px;
  color: white;
}

.our-impact-section h3 {
  font-weight: bolder;
}

.success-stories-container {
  width: 60%;
  margin: 0 auto;
}

.success-story-image-container {
  max-width: 100%;
  position: relative;
}

.success-story-image-label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 150px;
}

.success-story-image-text {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.success-story-image-container img.success-story-image {
  min-height: 100px !important;
  max-width: 100% !important;
}

.success-stories-container .card {
  border-radius: 18px;
}

.quote-circle {
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -24px;
  right: 20px;
  z-index: 222222222222;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
}
