figure img.object-fit0 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    font-family: 'object-fit: cover; object-position: 50% 0%;'
}

*[data-component="section-header"] .arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 3px;
  font-weight: bold;
}
*[data-component="section-header"] .arrow:before {
  top: -2px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 1px solid #2E59AE;
  border-right: 1px solid #2E59AE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="section-header"] .arrow:hover {
  text-decoration: none;
}

*[data-component="category-topics"] ul[data-component="topic-links"] .no-date {
  height: 60px;
  -webkit-line-clamp: 3;
}

*[data-component="category-topics"] ul[data-component="topic-links"] a {
  padding-bottom: 0px;
}
