.main-event{
  background-color: #d0e8f7;
  background-image: linear-gradient(to top, #a3ddf8, #e4eff7);
  padding-top: 50px;
}


.event{
  margin: 0 auto; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
}

aside {
    width: 100%;
    height: auto;
    overflow: hidden;
}
aside > div {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 25px 0;
    border-bottom: 1px solid #d9d9d9;
}
aside > div > ol {
    list-style-type: dism;
    font-size: 14px;
    color: #595959;
    line-height: 30px;
    margin-left: 1.5em;
    text-align: justify;
}

  .box2 {
    width:30%;
  }

  .box2 .btn{
    margin-top: 0px;
  }
.box2 {
  background-color:#ffffff;;
  max-width: 350px;
  height: auto;
  display: flex; 
  flex-direction: column; /* 讓內容垂直排列 */
  align-items: center; /* 水平置中對齊 */
  /* border: 1.5px solid #00a19b; */
  margin:50px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.img_top {
  overflow: hidden; /* 確保圖片不會超出容器的圓角 */
  position: relative; 
}

.img_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text{
 padding: 30px 15px;
}


.title_green{
  text-align: center;
  margin-top: 150px;
  font-size: 30px;
  color: #009e96;
}


.title{
  display: inline; /* 確保背景只作用在文字本身，而不是整行 */
  background: linear-gradient(to top, rgba(163, 247, 229, 0.3) 5px, transparent 5px);
  padding-bottom: 0px;
  font-size: 24px;
  line-height:1.5rem;
}
.text > p{
  margin-top: 20px;
  font-size: 18px;
  line-height:1.5rem;
}
.text >.p-text-small{
  font-size: 14px;
  line-height:1.5rem;
}

@media  (max-width:920px) {
  .box2 {
    width:38%;
  }
  .event{
    padding:0px;
}

}

@media (max-width: 820px) {
    .box2 {
        width: 35%;
    }
}
@media screen and (max-width: 768px) {
    .box2 {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
   .box2 {
    width: 70%;
  }
}