.sbi-apollo-single-event{
    padding: 50px 0;
}
.sbi-apollo-single-event .img-cont{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}
.sbi-apollo-single-event .img-cont .content-type{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 60px;
    background-color: #4E158B;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0;
}
.sbi-apollo-single-event .location-cont .text-center,
.sbi-apollo-single-event .date-cont .text-center{
    width: 55px;
    margin-right: 20px;
}
.sbi-apollo-single-event .location-cont .location_title{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
}
.sbi-apollo-single-event .location-cont .location_description,
.sbi-apollo-single-event .date-cont .event-date{
    margin-bottom: 0;
}
.sbi-apollo-single-event .people-loop{
    height: 100%;
    overflow: hidden;
    display: flex;
    border: 1px solid #DFDED9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-single-event .people-loop .people-img-cont{
    height: 100%;
    width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid #DFDED9;
}
.sbi-apollo-single-event .people-loop .people-text-cont{
    width: calc(100% - 250px);
    padding: 20px;
}
.sbi-apollo-single-event .people-loop .people-text-cont .attending{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
}
.sbi-apollo-single-event .people-loop .people-text-cont .people-title{
    font-size: 35px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #025FAC;
    margin-bottom: 15px;
}
.sbi-apollo-single-event .people-loop .people-text-cont .position{
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.sbi-apollo-single-event .people-loop .people-text-cont .left-icon a{
    color: #000 !important;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}
.sbi-apollo-single-event .people-loop .people-text-cont .left-icon a:hover{
    text-decoration: underline;
}

@media(max-width: 767px){
    .sbi-apollo-single-event .people-loop{
        flex-direction: column;
    }
    .sbi-apollo-single-event .people-loop .people-img-cont{
        width: 100%;
        height: auto;
        background-image: none !important;
    }
    .sbi-apollo-single-event .people-loop .people-text-cont{
        width: 100%;
    }
}