.other-articles__container {
  margin-bottom: 100px;
  @media screen and (max-width: 767px) {
    margin-bottom: 50px;
  }
  .other-articles__header {
    margin-bottom: 30px;
    h2 {
      text-align: center;
    }
  }

  .view_all_post {
    margin: 50px auto;
    text-align: center;
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 13px 30px;
      margin: 0 auto;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      line-height: normal;
      letter-spacing: 1px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      height: 42px;
      min-width: 165px;
      border-radius: 26px;
      background-color: #12144f;
      min-height: auto;
      max-width: max-content;

      &:hover {
        background-color: #414372;
        text-decoration: none;
      }
    }
  }

  .other-articles__content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    display: grid;

    @media screen and (max-width: 767px) {
      display: block;
      .other-articles__item {
        margin-bottom: 52px;
      }
    }

    .other-articles__picture {
      margin-bottom: 25px;
      @media screen and (max-width: 767px) {
        margin-bottom: 14px;
      }
    }

    .other-articles__item {
      position: relative;
      h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: -0.2px;
        color: #12144f;
        margin-bottom: 8px;
        @media screen and (max-width: 767px) {
          font-size: 20px;
          line-height: 1.2;
        }
      }

      .other-articles__link {
        display: block;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }

      .other-articles__image {
        border-radius: 16px;
        max-height: 364px;
        @media screen and (max-width: 767px) {
          border-radius: 8px;
          min-height: 196px;
          max-height: 100%;
        }
      }

      .publish_date {
        font-size: 11px;
        font-weight: normal;
        line-height: 1.64;
        letter-spacing: normal;
        color: #12144f;
        margin-bottom: 10px;
      }

      .article_description {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #12144f;
        @media screen and (max-width: 767px) {
          font-size: 15px;
          line-height: 1.4;
        }
      }
    }
  }
}
