#intro {
     height: 100vh;
     overflow: hidden;
     /* background-image: url('./life-at-sava-intro.png'); */
     /* background-size: cover; */
}

.intro:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /* opacity: 0.6; */
    background-image: url('./life_header.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.values-nav-item > button {
    width: 100%;
}

.values-nav-item > button > img {
    width: 100%;
}

.values-nav-item-sub-div {
    width: 100%;
    border-top: 3px solid rgb(105, 132, 169);
    margin-top: 15px;
    color: white;
    background-color: #ed1c26;
    padding: 15px;
}

.values-nav-item-sub-div > h3 {
    font-size: 18px;
}

.values-tab-pane > h3 { 
    width: 20%;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(105, 132, 169);
}

.why-work-col{
    color:white;
}

.why-work-col > img{
    width: 100%;
}

.why-work-col > div > h3 {
    font-size: 18px;
    font-weight: bold;
}

.reward-col{
    color:white;
}

.reward-col > img{
    width: 100%;
}

.reward-col > div > h3 {
    font-size: 18px;
    font-weight: bold;
}