.infx__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.infx__content {
    margin: 0;
    padding: 0;
    width: 33.3%;
}

.infx__single {
    width: calc( 100% - 10px );
    margin-left: 10px;
    position: relative;
}

.infx__outline {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border-radius: 15px 15px 15px 70px;
    border: 1px #E0D5FF solid;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #9D4EDD;
}

.infx__more {
    text-align: right;
}

.infx__more .infx__button {
    display:inline-block;
    padding: 15px 30px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9D4EDD;
    border-radius: 30px 30px 30px 30px;
}

.infx__extra.infx__more {
    text-align: center;
    margin-top: 25px;
}

.infx__extra.infx__more .infx__button {
    padding: 15px 30px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9D4EDD;
    border-radius: 30px 30px 30px 30px;
}

.infx__outline .infx__more .infx__button {
    padding: 5px 25px;
    font-size: 10px;
    border-radius: 10px 0px 0px 0px;
    background-color: #E0D5FF;
    color: #9D4EDD;
}

.infx__extra.infx__more .infx__button:hover {
    background-color: #E0AAFF;
}

.infx__single:not(:first-child) { margin-left: 0; width: 100%; }

.infx__taxonomy {
    text-align:center;
    position: relative;
    top: 45px;
    margin-top: -45px;
}

.infx__halo {
    background: #9D4EDD;
    /* padding: 15px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: middle;
    width: 35%;
    min-width: 76px;
    color: #ffffff;
    font-size: 20px;
}

.infx__halo:before {
    content: '';
    width: auto;
    padding-bottom: 100%;
}

.infx__title {background: #5A189A;padding: 60px 0 10px 0;font-size: 24px;line-height: 24px;}

.infx__title a {
    color: #fff;
}

.infx__day {
    font-size: 28px;
    line-height: 28px;
    padding: 20px 0 5px 0;
}

.infx__venue {
    font-size: 18px;
    background-color: #E0D5FF;
    /* letter-spacing: 5px; */
    line-height: 18px;
    padding: 8px 0;
}

.infx__date {
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 20px 0;
}