@media (min-width: 751px) {
  .articles__article {
    display: flex;
    justify-content: space-between; } }

.articles__article:not(:last-child) {
  border-bottom: solid 1px #2e3191; }
  @media (min-width: 751px) {
    .articles__article:not(:last-child) {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  @media (max-width: 750px) {
    .articles__article:not(:last-child) {
      padding-bottom: 9%;
      margin-bottom: 11%; } }

@media (min-width: 751px) {
  .articles__imgbox {
    max-width: 220px;
    width: 33%; } }

@media (max-width: 750px) {
  .articles__imgbox {
    margin-bottom: 5%; } }

.articles__img {
  border: solid 1px #989898;
  display: block;
  width: 100%; }

.articles__single {
  width: 100%; }

@media (min-width: 751px) {
  .articles__text {
    width: 64%; } }

.articles strong {
  font-size: 20px; }

@media (min-width: 751px) {
  .articles__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px; } }

@media (max-width: 750px) {
  .articles__title {
    font-size: 21px;
    line-height: 37px;
    margin-bottom: 2%; } }

.coupon-lead {
  padding: 10px 3.75% 0; }

/*# sourceMappingURL=article.css.map */