.values-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 520px;
}

.page-icon {
    height: 152px;
    margin-bottom: 28px;
}

.type1-section {
    padding: 65px 15px;
}

.icon-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align:center;
    padding-top: 20px;
}

.text-container {
    font-size: 20px;
    letter-spacing: 0.8px;
    word-spacing: 1.4px;
    line-height: 1.8em;
}

.text-container p {
    font-size: 20px;
    line-height: 1.5em;
}

.type2-section {

    padding: 65px 15px;

    background: rgb(0,51,103);
    background: -moz-linear-gradient(90deg, rgba(0,51,103,1) 0%, rgba(34,90,149,1) 100%, rgba(68,129,194,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,51,103,1) 0%, rgba(34,90,149,1) 100%, rgba(68,129,194,1) 100%);
    background: linear-gradient(90deg, rgba(0,51,103,1) 0%, rgba(34,90,149,1) 100%, rgba(68,129,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003367",endColorstr="#4481c2",GradientType=1);
}

.type2-section .text-container p, .type2-section h3 {
    color:#efefef;
}

.values-heading {
    margin-bottom: 40px;
}

