section img{
  width: 100%;
}

.clearfix{
  clear:both;
}

.event-hr{
  height: 2px;
  background-image: linear-gradient(to right, rgba(234,173,189, 0.2), rgba(234,173,189, .8), rgba(234,173,189, 0.2));
}

.banner{
  max-width: 1080px;
  margin: 145px auto 20px;
}

.fanpage{
  text-align: right;
}

.fanpage .link{
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px dotted #EF8994;
}

.fanpage .link:nth-child(1) {
  border-top: 2px dotted #EF8994;
  border-bottom: 2px dotted #EF8994;
}

.fanpage .link a {
  width: 100%;
  display: inline-block;
}


.event-description{
  margin-bottom: 16px;
}

.event_article{
  padding: 20px 0;
  border-bottom: 1px solid #ddd ;
}


.article-image img{
  height: 200px !important;
  width: 100%;
  object-fit: cover;
}

.article-content{
  padding-left:  10px;
}

.article-title{
  margin-top:0;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: justify;
}

.article-date{
  color: var(--gary-color)
}

@media screen and (max-width: 767px) {
  .banner{
      max-width: 1200px;
      margin: 65px auto 20px;
  }
  .expo-content .row{
    flex-direction: column-reverse;
  }
  .article-content{
      padding-left:  0;
  }
  .article-title {
      margin-top: 5px;
  }
  .article-image{
      width: 100%;
  }
  .fanpage{
      text-align: center;
      margin: 20px 0;
  }
  
}