.latest-articles-paragraph {
  margin-bottom: 2em;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button.button--primary svg{
  vertical-align: middle;
  width: 16px;
  height: auto;
  stroke: #fff;
  margin-left: 0.2em;
}

.latest-articles__title {
  margin-bottom: 1.5em !important;
  font-size: 27px;
  color: #4B4C57;
  font-weight: 600;
}

.latest-articles__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5em;
  margin-bottom: 2em;
}

.latest-articles__item {
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.latest-articles__item-image {
  line-height: 0;
  overflow: hidden;
  height: 120px;
}

.latest-articles__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.latest-articles__item-content {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-grow: 1;
  background-color: #f9f9f9;
}

.latest-articles__item-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}

.latest-articles__item-category span,
.latest-articles__item-category a {
  display: inline-block;
  background-color: #0052cc;
  color: white;
  padding: 4.31px 10.35px;
  font-size: 12px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}
.latest-articles__item-category a:hover {
  background-color: #003d99;
}

.latest-articles__item-date {
  font-size: 12px;
  color: #AAAAAA;
  display: flex;
  align-items: center;
  gap:
          0.4em;
  padding: 5px 10px;
  background-color: #FFF;
  font-weight: 600;
  max-width: 130px;
}

.latest-articles__item-date svg.latest-articles__clock-icon {
  width: 17px;
  height: 17px;
  color: #828282;
  flex-shrink: 0;
}

.latest-articles__item-title {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}

.latest-articles__item-title a {
  color: #000000 !important;
  text-decoration: none;
}
.latest-articles__item-title a:hover {
  text-decoration: underline;
}

.latest-articles__cta {
  text-align: right;
  margin-top: 1.5em;
}

.latest-articles__cta .button {
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #0052cc;
  color: white;
  text-decoration: none;
  border: 1px solid #0052cc;
  cursor: pointer;
  font-size: 16px;
}
.latest-articles__cta .button:hover {
  background-color: #ffffff !important;
  border-color: #2a55ca !important;
  color: #2a55ca !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  font-size: 16px;
}
