
 

#top-page-banner, #top-page-banner-mobile {
    padding: 0 !important;
  
}

#top-banner-text-new h1 {
    font-size: 3rem;
}

#top-banner-text-new ul{
    font-size: 1.25rem;
    font-style: italic;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#top-banner-text-new ul li {
    display: flex;
    align-items: center;
}

#top-banner-text-new ul li i {
    margin-right: 0.5rem;
}

.section-padded {
    padding-top: 20px;
    padding-bottom: 20px;
}

#welcome ul {
    max-width: 100%; 
    text-align: left;
}

@media(min-width:958px) {

    .section-padded {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #top-page-banner {
        
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
 
        justify-content: center;
   
        padding: 0 0 !important;
        height: 75vh;
    }

    #top-banner-text-new {
        padding-right: 20px;
        min-height: 360px;
    }
    #top-banner-text-new h1 {
        font-size: 4rem;
    }
    #top-banner-text-new ul {
        font-size: 1.75rem;
        font-style: italic;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #welcome ul {
        max-width: 50%;
    }
}