@charset "UTF-8";
/* CSS Document */
/*新訊列表*/
/* --- News設定 --- */

.travelpic {
	width: 230px;
	height: 230px;
  border-radius: 150px;
  overflow: hidden;
  border: solid 5px #edd670;
}

ul li .text-org{
  color: #583e2d;
  font-weight: bold;
  font-size: 21px;
}


@media (max-width: 768px) {
.travelpic {
text-align: center;
margin: auto;
}
}

