.m-articles .article-item {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.m-articles .article-item:last-child {
  margin-bottom: 0;
}

.m-articles .item .text .g-text-link {
  color: #006fb5;
  font-weight: 700;
}

.m-articles .article-item .img {
  align-self: start;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .m-articles .article-item .img {
    width: 100%;
  }

  .m-articles .article-item {
    flex-direction: column;
    gap: 0;
  }
}
