#event-main-roll-section {
  padding-bottom: 25px;
}
#event-main-roll-section .event-card {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#event-main-roll-section .event-card a {
  text-decoration: none;
}
#event-main-roll-section .event-card a .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 200px;
}
#event-main-roll-section .event-card a .description {
  background-color: #FFFFFF;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
#event-main-roll-section .event-card a .description .date {
  height: 50px;
}
#event-main-roll-section .event-card a:hover, #event-main-roll-section .event-card a:active {
  color: #0067AB;
}
#event-main-roll-section .event-card h6 {
  text-transform: none !important;
}

#event-main-event-post-section {
  padding-bottom: 25px;
}
#event-main-event-post-section .image {
  display: flex;
  justify-content: center;
  width: 100%;
}
#event-main-event-post-section .image img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
#event-main-event-post-section .description {
  padding: 25px 0;
  max-width: 600px;
  text-align: left;
}
#event-main-event-post-section .registar-card {
  border-radius: 10px;
  padding: 25px;
  background-color: #F5F5F5;
}
#event-main-event-post-section .registar-card .share-links li {
  padding-right: 30px;
}
#event-main-event-post-section .registar-card .share-links li:last-child {
  padding-right: 0;
}
#event-main-event-post-section .registar-card .share-links svg {
  width: 20px;
  fill: #1D1D1D;
}