/* start hero */
#banner {
    background: url('../assets/images/refresh/hero_resilience.png') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
#banner h1 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
}
#banner p {
    font-size: 36px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    line-height: normal;
}
/* end hero */
.resilience-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.resilience-menu ul li {
    display: inline-block;
    color: #212529;
}
.resilience-menu ul li a {
    padding: 0px 12px;
    text-transform: capitalize;
    letter-spacing: 1.6px;
    color: #212529;
    outline: 0;
}
.resilience-menu ul li a:hover, 
.resilience-menu ul li.active a {
    color: #254777;
    text-decoration: underline;
}
/* start story */
.story-profile {
    /* background: linear-gradient(to bottom, #F6F6F6    63%, #fff  40%); */
}
.story-profile .profile-imgs img {
    object-fit: cover;
    /* width: 550px!important; */
    max-height: 600px!important;
    /* border-radius: 4px!important; */
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
}
.profile-description h2 {
    font-size: 24px;
    font-weight: 500;
}
.profile-description p {
    font-weight: 300;
    font-size: 18px;
}
.profile-description img {
    max-width: 100%;
}
.story-thumbnail {
    height: 350px;
    overflow: hidden;
}
.story-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-items .card {
    background: #fff;
}
/* end story */

/* responsive */
@media (max-width: 768px) {
    #banner {
        padding: 80px 0;
    }
    .story-profile .profile-imgs img {
        width: 100%!important;
        /* max-height: 450px; */
        height: auto!important;
    }
}