
  .event-social{
            width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .event-social h3{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.2em;
    margin:60px 0 15px;
  }
  .event-social a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:40px;
    height: 40px;
    margin-right: 15px;
    transition: all ease-in-out 0.4s;
    border-radius: 50%;
  }
  .event-social a svg{
    width: auto;
    height: 25px;
    transition: all ease-in-out 0.4s;
  }