#hero {
    background: url('../images/alrewas-Hayes-venue.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#venue-details{
    padding:30px 0 30px 0;
}

.venue-page-section{
    width: 48%;
    height: 50vh;
    background-color: white;
    margin: 1%;
    display: inline-block;
}

.left{
    float:left;
}

.right{
    float:right;
}

.venue-page-subtitle{
    width:max-content;
    color: var(--greenSolid);
}

.subtitle-container{
    width:min-content;
    margin:20px 0 30px 0;
}

.subtitle-container .natural-design{
    width:100%;
}

.text-padding p{
    margin:10px;
}