.hero-banner {
    background-position: bottom;    
    min-height: 20vh;
    text-align: center;
    margin-bottom: 40px;
    height: 220px;    
}

.page-title {    
    color:rgba(226, 229, 237, 1);
    display: inline-block;
    border-bottom: 4px solid;
    padding: 0 80px 15px 80px;
    font-weight: normal;
    font-size: 42px;
    font-style: italic;
    
}

.secondary-content {
    width: 80%;
    margin: auto;
    color: #024e76;
}

.secondary-content h3 {
    font-size: 25px;
    margin: 20px 0;
}

.secondary-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
}

.secondary-content ul {
    margin: 15px 20px;
}

.secondary-content li {   
    margin: 10px 0;
}