.hero{
min-height: 60vh;
background-size: cover;
background-repeat: no-repeat;
}

.show-info{
    color: white;
    font-weight: 800;
}

.show-info .container ul{
    padding-left:0rem ;

}
.show-info .container ul li:first-of-type{
    padding-left:0rem ;

}
.show-info .container ul li{
    padding-left:1rem ;

}

.show-dates{
    padding-top: 2rem;
}
.dates-list .container{
    width: 900px !important;
    background-color: rgb(252, 252, 252);
    /* border-bottom: solid 2px rgb(62, 62, 62); */
    border-radius: 25px;
    padding: 2rem 2rem;
    margin: 1rem auto;
}

.date{
    font-weight: 800;
}
.show-about .container{
    width: 60%;
}
.show-about p{
    margin: 2rem auto;
}


@media only screen and (max-width: 600px) {
    .hero{
min-height: 35vh !important;}
}