.event-infor {
    color: #464c55;
    margin: 40px 0px;
    text-decoration: none !important;
}
.event-infor .img{
    overflow: hidden;
    padding: 0px;
    width: 100%;
    border-radius: 10px;
}
.event-infor .img img{
    width: 100%;
    height: 100%;
    position: relative;
}
.event-infor .text {
    font-size: 14px;
    margin-bottom: 20px;
}
.event-infor .img .end{
    position: absolute;
    bottom: 0px;
    color: white;
    background-color: rgba(0, 0, 0, 0.534);
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 10px;
}

.event-infor .date span{
    color: #464c55;
    font-weight: bold;
    text-align: center;
}

.event-infor .role{
    color: #ffbc00;
    font-weight: bold;
}

.event-infor .name{
    color: #464c55;
    font-weight: bolder;
}

.event-infor .time,
.event-infor .position{
    color: #464c55;
    font-size: 14px;
}
.event-infor .end{
    font-size: 13px;
}
.event-infor .register{
    height: max-content;
    margin: 25px 0px;
}
.event-infor .register a{
    color: white;
    padding: 15px;
    font-weight: bold;
    background-color: #ffbc00;
    box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.5);
    border-radius: 5px;
}


.display-1 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}
@media screen and (max-width:820px){
    /* .event-infor .date span.day{
        font-size:4em;
    } */
    .event-infor .date span.month{
        font-size: 1.2em;
    }
    
}

@media screen and (max-width:576px){
    .event-infor .register{
        margin: 10px auto;
    }
    .event-infor .role{
        order: 2;
        margin-top: 30px;
    }
    .event-infor .name{
        order: 3;
    }
    .event-infor .time{
        order: 4;
    }
    .event-infor .position{
        order: 5;
    }
    .event-infor .end{
        order: 6;
    }
    .event-infor .img .end{
        height: 50px;
    }
}