.news-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.news-main {
  width: 100%;
  min-height: 1000px;
}
.news-newssection {
  display: flex;
  margin-top: 300px;
  flex-direction: column;
}
.news-container1 {
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
}
.news-container2 {
  width: 150px;
  height: 150px;
  opacity: 0.1;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/logo_black.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.news-text1 {
  color: #6c6c6c;
  font-size: 28px;
  align-self: center;
  font-style: normal;
  font-family: "Noto Sans TC";
  font-weight: 500;
  line-height: 2;
  letter-spacing: 8px;
}
@media(max-width: 767px) {
  .news-container1 {
    margin-top: 150px;
  }
  .news-text1 {
    font-size: 24px;
    letter-spacing: 5px;
  }
}
