/* news section */
/* news section */
/* news section */
/* news section */
/* news section */
.news {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 76px;
  padding-bottom: 109px;
}
.news-container {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  margin-top: 41px;
  border-radius: 10px;
}

.news-item {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 50px;
}

.news-date {
  letter-spacing: 0;
  color: #1a1311;
  width: 206px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  position: relative;
  left: 30px;
}
.news-title {
  letter-spacing: 0;
  color: #1a1311;
  font-size: 15px;
  font-weight: 600;
  font-size: 20px;
  width: calc(100% - 138px);
  text-align: left;
}

.news-separator {
  border-bottom: 1px solid #c4c4c4;
  margin: 10px 0;
}
.news-container .news-separator:last-child {
  display: none;
}
.news > .news-container + a img {
  margin-top: 43px;
}

@media (max-width: 1100px) {
  .news {
    padding: 0 20px 109px 20px;
  }
  .news .news-title div {
    text-align: left;
  }
}
@media (min-width: 801px) {
  .news-date {
    position: relative;
    right: 9px;
  }
}
@media (max-width: 800px) {
  .news > img {
    max-width: 337px;
  }
}
@media (max-width: 550px) {
  .news-item {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-top: 21px;
    flex-direction: column;
  }
  .news-date {
    letter-spacing: 0;
    color: #1a1311;
    width: 206px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    position: relative;
    left: auto;
  }
  .news-title {
    width: calc(100% - 95px);
    text-align: left;
    padding-right: 5px;
    margin-left: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .news {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 83px;
  }
  /* border-radius: 20px; */

  .news-container {
    border-radius: 20px;
  }
  .news-title {
    width: 100%;
    margin-left: 0px;
  }
  .news-item {
    gap: 15px;
  }
  .news > img {
    max-width: 250px;
  }
  .news > .news-container + a img {
    max-width: 140px;
}
.news-date {
  width: 100%;
}
}

@media (max-width: 450px) {
  .news {
    max-width: 1000px;
    text-align: center;
  }
}