.news {
  padding: 10rem 0;
}
.news h2 {
  margin-bottom: 4rem;
}
.news h3{
  font-weight: bold;
  font-size: 5rem;
  margin: auto;
  width: fit-content;
  color: #3A3024;
}
.news-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 100rem;
  margin: 0 auto;
}
.news-clm {
  width: 48%;
}
.news-btn {
  margin-top: 3rem;
  text-align: center;
}
.news-insta{
  height: 100%;
}

.media-grid .media-list-item{
  width: 50%;
}
.news-insta .insta-inner{
  pointer-events: none;
}
.insta-wrapper{
  height: 600px;
  border: solid 1px #333333;
  border-radius: 2rem;
}
.news-insta iframe {
  margin-top: 13rem;
  margin-bottom: 0rem;
  padding: 2rem;
}
.twitter-timeline{
  /*height: 50rem;*/
}


.news .news-list{
  width: 100rem;
  margin: auto;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  border: solid 1px #3A3024;
  border-radius: 2rem;
  padding: 4rem;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.news .news-list .news-item{
  width: 100%;
  background-color: #FAF0E6;
  padding: 1rem;
  box-shadow:5px 3px 3px #bbbbbb;
}
.news .news-list .news-item .date{
  width: 100%;
  border-bottom: 2px solid #3A3024;
  color: #3A3024;
}
.news .news-list .news-item .news-date small{
  font-size: 1.5rem;
  color: #3A3024;
}
.news .news-list .news-item .news-title{
  width: 100%;
  margin: 2rem 0;
  font-weight: bold;
  font-size: 2.2rem;
  color: #3A3024;
}
.news .news-list .news-item .news-detail{
  width: 100%;
  margin: 2rem 0;
  font-weight: normal;
  font-size: 1.8rem;
  color: #3A3024;
}
.news .load-button{
  display: block;
  width: fit-content;
  border-radius: 100vw;
  padding: 0.5rem 5rem;
  text-align: center;
  margin: 3rem auto;
  background-color: #3A3024;
  color: white;
}


@media screen and (max-width: 768px) {
  .news {
    padding: 10rem 0;
  }
  .news h2 {
    margin-bottom: 4rem;
  }
  .news-wrp {
    display: grid;
    gap: 4rem;
    max-width: 100vw;
    margin: 0 auto;
  }
  .news-clm {
    width: 90%;
    max-height: none;
    margin: auto;
    margin-bottom: 5rem;
  }
  .news-clm:last-child{
    margin-bottom: 0;
  }
  .news-btn {
    margin-top: 3rem;
    text-align: center;
  }
  .insta-wrapper{
    height: auto;
    border-radius: 2rem;
  }
  .news-insta iframe {
    margin-top: 0;
    padding: 2rem;
  }
  .twitter-timeline{
    /*height: 50vw;*/
  }



  .news .news-list{
    width: 100%;
    margin: auto;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    border: solid 1px #3A3024;
    border-radius: 2rem;
    padding: 4rem;
    padding-top: 3rem;
    margin-bottom: 2rem;
  }
  .news .news-list .news-item{
    width: 100%;
    background-color: #FAF0E6;
    padding: 1rem;
    box-shadow:5px 3px 3px #bbbbbb;
  }
  .news .news-list .news-item .date{
    width: 100%;
    border-bottom: 2px solid #3A3024;
    color: #3A3024;
  }
  .news .news-list .news-item .news-date small{
    font-size: 1.5rem;
    color: #3A3024;
  }
  .news .news-list .news-item .news-title{
    width: 100%;
    margin: 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #3A3024;
  }
  .news .news-list .news-item .news-detail{
    width: 100%;
    margin: 2rem 0;
    font-weight: normal;
    font-size: 1.8rem;
    color: #3A3024;
  }
  .news .load-button{
    display: block;
    width: fit-content;
    border-radius: 100vw;
    padding: 0.5rem 5rem;
    text-align: center;
    margin: 3rem auto;
    background-color: #3A3024;
    color: white;
  }
}