.wrapper.style3 {
    background-image: url('../../images/banner/profile.jpg');
    background-size: cover;
    background-position: center 30%;
   /* background-attachment: fixed;*/
    background-repeat: no-repeat;
    height: 325px;
    position: relative;
}

.wrapper.style3 header h3.slogan {
    color: white;
}
.slogan-c{
    color: white;
}

.pageSec .sec-title {
    display: inherit;
    color: #007AE8;
}

.aboutSection{
    padding-top: 3rem;
    min-height: 100vh;
    position: relative;
    margin-bottom: 90px;
    font-size: 14px;
}

.about-paragraph{
    margin-bottom: 30px;
}

.card-block{
    display: inline-block;
    padding: 12px;
    max-width: 50%;
    vertical-align: top;
}
.aboutSection  h2{
    color: #C61E47;
}
.about-content > .row{
    padding-top: 90px ;
    margin-top: -90px;
    /*
    padding-bottom: 60px;
    */
}
/*.affix{
    top: 100px;
    position: absolute;

}*/
.Content-text{
    font-size: 16px;
    word-break: break-all;
}
#about-5 h4{
    height: 38px;
}
.about-box h2{
    border-bottom: 1px solid rgba(120,128,131,.5);
    padding-bottom: 5px;
}
.about-box > .row > .col-xs-6{
    padding-left: 0;
}
.box-article > p{
    font-size: 16px;
}
.box-text{
    color: #636b6f;
    letter-spacing: 1px;
    line-height: 140%;
    font-size: 18px;
}
@media (max-width: 991px) {
    .nav-none{
        display: none;
    }
}
@media (max-width: 767px) {
    .box-text{
        font-size: 16px;
    }
    .box-article > p{
        font-size: 14px;
    }

}
@media (max-width: 420px) {
    .img-wrapper > p{
        font-size: 14px!important;
    }

}