

.button004 a {
  background: #eee;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 330px;
  padding: 10px 25px;
  color: #8ac5c3;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button004 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.button004 a:hover {
  background: #8ac5c3;
  color: #FFF;
}


.event-title {
  padding-left: 1%;
  border-left: 6px double #8ac5c3;
}

.icon-img{
    height: 80%;
    width: 80%;
}

.img-icon{
    margin-left: 12%;
}