@media screen and (max-width: 1200px) {

  #blog-news p {
    font-size: 25px;
    line-height: 16px;
  }
  .blog-news {
    flex-direction: row;
    grid-gap: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    justify-content: space-evenly;
    height: 285px;
  }
  .blog-news-left {
    display: flex;
    flex-direction: row;
    flex: none;
    width: 45%;
    height: 285px;
  }
  .blog-news-right {
    display: flex;
    flex-direction: row;
    flex: none;
    grid-gap: 0;
    width: 45%;
    height: 285px;
  }
  .blog-news-r2-container {
    display: none;
  }
  .blog-news-l {
    width: 100%;
    height: 285px;
    object-fit: cover;
    background-size: cover;
  }
  .blog-news-r1 {
    width: 100%;
    height: 285px;
    object-fit: cover;
    background-size: cover;
  }
  .article-1,
  .article-2 {
    margin-top: 5px;
  }
  .article-1 p,
  .article-2 p {
    font-size: 20px;
    color: #333333;
  }
}






@media screen and (max-width: 960px) {

  #blog-news p {
    font-size: 25px;
    line-height: 16px;
  }
  .blog-news {
    flex-direction: row;
    grid-gap: 0;
    padding-top: 40px;
    justify-content: space-evenly;
    height: 230px;
  }
  .blog-news-left {
    display: flex;
    flex-direction: row;
    flex: none;
    width: 45%;
    height: 230px;
  }
  .blog-news-right {
    display: flex;
    flex-direction: row;
    flex: none;
    grid-gap: 0;
    width: 45%;
    height: 230px;
  }
  .blog-news-r2-container {
    display: none;
  }
  .blog-news-l {
    width: 100%;
    height: 230px;
    object-fit: cover;
    background-size: cover;
  }
  .blog-news-r1 {
    width: 100%;
    height: 230px;
    object-fit: cover;
    background-size: cover;
  }
  .article-1,
  .article-2 {
    margin-top: 5px;
  }
  .article-1 p,
  .article-2 p {
    font-size: 20px;
    color: #333333;
  }
}





@media screen and (max-width: 760px) {
  .blog-title {
    margin-top: 50px;
  }
  #blog-news p {
    font-size: 25px;
    line-height: 16px;
  }
  .blog-news {
    flex-direction: column;
    justify-content: flex-start;
    grid-gap: 20px;
    padding-top: 40px;
    height: auto;
  }
  .blog-news-left {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100%;
    height: 230px;
  }
  .blog-news-right {
    display: flex;
    flex-direction: column;
    flex: none;
    grid-gap: 0;
    width: 100%;
    height: 230px;
  }
  .blog-news-r2-container {
    display: none;
  }
  .blog-news-l {
    width: 100%;
    height: 230px;
    object-fit: cover;
    background-size: cover;
  }
  .blog-news-r1 {
    width: 100%;
    height: 230px;
    object-fit: cover;
    background-size: cover;
  }
  .article-1,
  .article-2 {
    margin-top: 5px;
  }
  .article-1 p,
  .article-2 p {
    font-size: 20px;
    color: #333333;
  }
}





@media screen and (max-width: 480px) {
 
  #blog-news p {
    font-size: 20px;
    line-height: 16px;
  }
  .blog-news {
    flex-direction: column;
    grid-gap: 10px;
    padding-top: 40px;
  }
  .blog-news-left {
    display: flex;
    flex-direction: row;
    flex: none;
    width: 100%;
    height: 150px;
  }
  .blog-news-right {
    display: flex;
    flex-direction: row;
    flex: none;
    grid-gap: 0;
    width: 100%;
    height: 150px;
  }
  .blog-news-r2-container {
    display: none;
  }
  .blog-news-l {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background-size: cover;
  }
  .blog-news-r1 {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background-size: cover;
  }
  .article-1,
  .article-2 {
    margin-top: 5px;
  }
  .article-1 p,
  .article-2 p {
    font-size: 16px;
    color: #333333;
  }
}