#philosophy .nr-banner {
    background-image: url(../img/philosophy/philosophy-banner.png) !important;
}

.thinker-first h3 {
    color: #433F3C;
    font-size: 46px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
/*    font-family: HelveticaNeueLTProBdCn;*/
    font-family: 'Roboto', sans-serif;
}

.thinker-first p {
    font-size: 20px;
}

.content-box-1 h3 {
/*    font-family: HelveticaNeueLTProBdCn;*/
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    text-align: center;
    padding-bottom: 30px;
    color: #433F3C;
}

.content-box-1 p {
    font-size: 20px;
    padding-bottom: 0px;
    text-align: center;
}

.bottom-wrapper .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}

.bottom-box {
    position: relative;
    overflow: hidden;
}

.bottom-box-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0px 50px;
}

.bottom-box-txt p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.bottom-box img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bottom-box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.downside-protection {
    background-image: url(../img/philosophy/downside.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    width: 100%;
}

.downside-protection h3 {
    text-align: center;
    padding-bottom: 80px;
    font-size: 45px;
    color: #fff;
/*    font-family: HelveticaNeueLTProBdCn;*/
    font-family: 'Roboto', sans-serif;
}

.downside-red-box {
    background: #DE4019;
    padding: 100px 50px;
}

.downside-red-box p {
    font-size: 18px;
    color: #fff;
}

.downside-txt p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 30px;
}

.downside-txt h4 {
    color: #DE4019;
    font-size: 35px;
    padding-bottom: 20px;
}

.downside-txt h4 span {
    color: #fff;
    padding-left: 50px;
}

.downside-txt {
    padding-top: 50px;
}

.bottom-wrapper {
    border-top: 3px solid #DE4019;
}

.we-focus {
    background-image: url(../img/philosophy/we-focus.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    width: 100%;
}

.we-focus h3 {
    text-align: center;
    padding-bottom: 80px;
    font-size: 45px;
    color: #fff;
/*    font-family: HelveticaNeueLTProBdCn;*/
    font-family: 'Roboto', sans-serif;
}

.we-focus-red-box {
    background: #DE4019;
    padding: 50px 100px;
}

.we-focus-red-box p {
    color: #fff;
    font-size: 20px;
}

.we-focus .we-focus-txt strong {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
/*    font-family: HelveticaNeueLTProMd;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.we-focus .we-focus-txt p {
    color: #fff;
}

.we-focus-txt {
    padding-bottom: 50px;
}

.we-focus .we-focus-txt p {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}
.bottom-wrapper a{
    display: block;
}
@media(max-width:767px) {
    #philosophy .nr-banner {
        background-image: url(../img/philosophy/Philosophy-mob.png) !important;
    }

    .content-box-1 h3 {
        font-size: 25px;
    }

    .content-box-1 p {
        font-size: 18px;
    }

    .thinker-first h3 {
        font-size: 35px;
    }

    .thinker-first p {
        font-size: 18px;
    }

    .bottom-box-txt p {
        font-size: 25px;
    }

    .downside-txt h4 {
        font-size: 18px;
    }

    .downside-red-box {
        padding: 50px 15px;
    }

    .we-focus-red-box {
        padding: 50px 15px;
    }
    .we-focus h3{
        font-size: 35px;
    }
    #philosophy-3 .content-box-1 h3{
        font-size: 35px;
    }
}
