.latest-articles h2 {
  position: relative;
  text-align: left;
  font: italic normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 23.43px;
}

.latest-articles h2::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -6px;
  width: 116px;
  height: 3px;
  background: #fac011 0% 0% no-repeat padding-box;
  opacity: 1;
}

.latest-articles a.more {
  text-align: center;
  font: italic normal bold 14px/18px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;

  background: #fac011 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 6.5px 12.15px 8.5px 12.15px;

  position: absolute;
  top: 0;
  right: 0;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 9.86px;
}

@media screen and (max-width: 767px) {
  .latest-articles a.more {
    position: relative;
    margin-top: 23.76px;
    justify-content: center;
  }
}

.latest-articles span.arrow {
  color: #000000;
  font-style: normal !important;
}

.latest-articles a.more:hover {
  color: #fff;
  background: #000;
}

.latest-articles a.more:hover span.arrow {
  color: #fff;
  font-style: normal !important;
}
