@charset "UTF-8";

#news .newsbox {
  line-height: 1.75;
}

#news .newsbox img {
  width: 100%;
  height: auto;
}

#news .newsbox .heading {
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  background-color: #06c;
  color: #fff;
}

#news .newsbox .flexbox {
  margin-bottom: 25px;
}

#news .newsbox .flexTxt {
  margin-bottom: 15px;
  width: 100%;
}

#news .newsbox .flexHead {
  font-weight: bold;
}

#news .newsbox .flexImg {
  width: 100%;
}

#news .newsbox .flexImg img {
  width: 100%;
  height: auto;
}

@media (width >=767px) {
  #news .newsbox .flexbox {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
  }

  #news .newsbox .flexImg {
    width: 30%;
  }
}