.bf-header-cnt {
background-color:#0d0b16;
width:100%;
text-align:center;
}
.section-lg {
padding-top:80px;
padding-bottom:80px;
}
.section-lg h1, h2, h3 {
font-size:40px;
text-align:center;
padding-bottom:15px;
margin:0px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
}
.section-lg h1 span {
color:#e73334;
font-weight:500;
}
.section-lg h2 span {
color:#e73334;
font-weight:500;
}
.section-lg p {
font-size:20px;
font-weight:100;
font-family: 'Open Sans', sans-serif;
padding-bottom:15px;
}
.bggrey {
background-color:#f6f6f6;
}
.bgblue {
background-color:#151727;
}
.bgred {
background-color:#e73334;
width:100%;
}

@media only screen and (max-width : 768px) {
.section-lg h1, h2, h3 {
    font-size: 26px;
}
.section-lg {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-lg p {
    font-size: 16px;
}
}