.newests-posts-container {
  padding: 0px 15px;
  margin-top: 180px;
  @media (max-width: 780px) {
    margin-top: 120px;
  }
  & .newests-posts-title-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    padding-bottom: 48px;
    & h3 {
      font-family: "Playfair-Display", sans-serif;
      font-size: 56px;
      font-weight: 400;
      margin: 0;
      @media (max-width: 780px) {
        font-size: 36px;
      }
    }
    & a {
      max-width: 228px;
      padding: 25px 30px;
      @media (max-width: 860px) {
        display: none;
      }
    }
  }
  & .newests-posts-wrapper {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    @media (max-width: 1200px) {
      flex-direction: column;
    }
    & .newests-post.large-post {
      flex: 2;
      max-width: 50%;
      width: 100%;
      padding-right: 32px;
      padding-top: 32px;
      padding-bottom: 32px;
      border-right: 1px solid #d8d8d8;
      @media (max-width: 1200px) {
        max-width: 100%;
        border-right: unset;
        padding-right: 0px;
        border-bottom: 1px solid #d8d8d8;
      }
      a {
        text-decoration: none;
        & img {
          width: 100%;
          height: 480px;
          border-radius: 16px;
          object-fit: cover;
          @media (max-width: 580px) {
            height: 320px;
          }
        }
        & .new-post-content {
          & .dates-container {
            display: flex;
            gap: 12px;
            margin-top: 20px;
            & span {
              border: 1px solid #d8d8d8;
              border-radius: 4px;
              font-family: "Inter-Display", sans-serif;
              font-size: 12px;
              font-weight: 400;
              color: #4f4f4f;
              padding: 10px 12px;
            }
          }
          & .post-text {
            & h3 {
              font-family: "Playfair-Display", sans-serif;
              font-size: 32px;
              font-weight: 400;
              color: #070707;
              margin-top: 28px;
              margin-bottom: 0px;
              @media (max-width: 580px) {
                font-size: 24px;
              }
            }
            & p {
              font-family: "Inter-Display", sans-serif;
              font-size: 14px;
              font-weight: 400;
              color: #4f4f4f;
              margin-top: 28px;
              margin-bottom: 0px;
            }
          }
        }
      }
    }
    & .newests-posts-small-wrapper {
      display: flex;
      flex-direction: column;
      max-width: 50%;
      width: 100%;
      flex: 1;
      @media (max-width: 1200px) {
        max-width: 100%;
      }
      & .newests-post.small-post {
        a {
          text-decoration: none;
          padding: 32px 0px 32px 32px;
          display: flex;
          align-items: center;
          gap: 24px;
          @media (max-width: 1200px) {
            max-width: 100%;
            border-right: unset;
            padding-right: 0px;
            padding-left: 0px;
            border-bottom: 1px solid #d8d8d8;
            flex-direction: column;
            align-items: flex-start;
          }
          & img {
            max-width: 324px;
            width: 100%;
            height: 288px;
            border-radius: 16px;
            object-fit: cover;
            @media (max-width: 1200px) {
              max-width: 100%;
              height: 480px;
            }
            @media (max-width: 580px) {
              height: 320px;
            }
          }
          & .new-post-content {
            & .dates-container {
              display: flex;
              gap: 12px;
              margin-top: 20px;

              & span {
                border: 1px solid #d8d8d8;
                border-radius: 4px;
                font-family: "Inter-Display", sans-serif;
                font-size: 12px;
                font-weight: 400;
                color: #4f4f4f;
                padding: 10px 12px;
              }
            }
            & .post-text {
              & h3 {
                font-family: "Playfair-Display", sans-serif;
                font-size: 32px;
                font-weight: 400;
                color: #070707;
                margin-top: 28px;
                margin-bottom: 0px;
                @media (max-width: 580px) {
                  font-size: 24px;
                }
              }
              & p {
                font-family: "Inter-Display", sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #4f4f4f;
                margin-top: 28px;
                margin-bottom: 0px;
              }
            }
          }
        }
      }
      & .newests-post.small-post:first-child {
        border-bottom: 1px solid #d8d8d8;
      }
      & .newests-post.small-post:last-child {
        @media (max-width: 1200px) {
          border-bottom: unset;
        }
      }
    }
  }
  & .newests-posts-bottom-btn {
    display: none;
    @media (max-width: 860px) {
      margin-top: 32px;
      display: flex;
      & a {
        width: 100%;
        max-width: 100%;
      }
    }
  }
}
