.secTop {
    height: auto;
    padding: 0;
}
.boxBnrTit{
    margin-top: 100px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .boxBnrTit{
        margin-top: 0;
    }
}