.header {
    background-color: #ed6524;
    padding: 10px;
}

.professional-photo {
    border-radius: 50%;
    width: 150px;
}

.professional-description {
    padding: 14px 0px;
}

.item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.audience-section .audience {
    max-width: 750px;
}

.author-section .author-pic {
    width: 300px;
    height: auto;
}

.author-bio {
    max-width: 600px;
}

.hotel-info {
    text-align: center;
    margin-top: 1.5rem;
}

.hotel-section {
    text-align: center;
    margin-top: 3.5rem;
}

.hotel-section > h4 {
    color: white;
}

.hotel-info a {
    color: white;
    text-decoration: none;
}

.hotel-info a:hover {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .location-info {
        text-align: center;
    }

    .author-pic {
        margin: 20px 0px;
    }

    .author-bio > p {
        text-align: center;
    }
}

.sponsors {
    margin: 2rem auto;
}

.sponsors img {
    max-width: 150px;
    margin: 1.2rem;
}

.sponsors-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}