/*===========================================================================Infos========================================*/

.info {
    padding: 5px 0 30px 0;
}

.info_boxes {
    color: white;
    margin: 0 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.info_boxes > div:not(:last-of-type) {
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid white;

}

.info_boxes > div {
    text-align: center;
}


.info_boxes h3 {
    font-size: calc(1.5rem + 1vw);
}

.info_boxes p {
    font-size: 1.3rem;
}

.info_boxes .times {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    
    margin: 1rem 0;
}

.info_boxes .times p {
    font-size: 1.8rem;
}

.info_boxes .times p:last-of-type {
    margin-top: .8rem;
}

.info_boxes .accesability p {
    text-align: left;
}