/* ABOUT BNN  */

.about_bnn {
	position: relative;
}

.about_bnn .et_pb_module img {
    margin: 0 auto;
    display: block;
}
.about_bnn .et_pb_module{
	margin-bottom: 0 !important;
}

.bnn_title {
    position: absolute;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    top: 50%;
    margin: 0;
    padding: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.about_bnn .bnn_title h3{
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;

}

/* ABOUT BNN END */



/* ABOUT SECTION */



.about_sec p{
  color: rgb( 100, 115, 142 );
  line-height: 40px;
}




/* ABOUT SECTION END */


@media(max-width: 980px){


.about_sec p {line-height: 34px;}


}