#home-featured {
  padding-top: 53px;
}
#home-featured .image-with-label {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#home-featured .image-with-label a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 74%;
  border-radius: 20px;
}
#home-featured .image-with-label img {
  border-radius: 20px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease-in-out;
}
#home-featured .image-with-label span {
  position: absolute;
  top: 19px;
  left: 19px;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, .73);
  color: #FFF;
  font-family: 'Poppins';
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 7px;
  transition: background-color 0.25s ease-in-out;
}
#home-featured .card-article {
  overflow: hidden;
}
#home-featured .card-article header a {
  font-family: 'Poppins';
  font-size: 18px;
  color: #3D3D3D;
  text-decoration: none;
  font-weight: 800;
  display: block;
  margin-top: 20px;
  margin-bottom: 26px;
  line-height: 25.5px;
  transition: color 0.25s ease-in-out;
}
#home-featured .card-article > div:last-child > .article-date svg {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -2px;
}

@media all and (min-width: 992px) {
  #home-featured .row {
    margin-right: calc(-.85 * var(--bs-gutter-x));
    margin-left: calc(-.85 * var(--bs-gutter-x));
  }
  #home-featured .col {
    padding-right: calc(var(--bs-gutter-x) * .85);
    padding-left: calc(var(--bs-gutter-x) * .85);
  }
}

@media all and (max-width: 767px) {
  #home-featured .col:first-child {
    width: 100%;
    margin-bottom: calc(var(--bs-gutter-x) * 1);
  }
}
@media all and (max-width: 575px) {
  #home-featured .col {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
  }
}