



*{padding: 0; margin: 0;}


body{background: url('../images/bg.jpg') no-repeat; background-size: cover;  }



.ow-h1 {

    font-size: 48px;

    text-transform: uppercase;

    font-weight: 700;

    margin-top: 200px;

    color: #1f3a71;

    text-align: center;

}





.ow-h2 {

    font-size: 30px;

    text-transform: uppercase;

    font-weight: 600;

    margin-top: 60px;

    color: #1f3a71;

    text-align: center; margin-bottom: 50px;

}





.ow-col-1 {

    text-align: center;

}



.ow-col-1 p {
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 60px;
    font-size: 20px;
    color: #1f3a71;
    height: 120px;
}

@media(max-width: 767px){

    .ow-h1{font-size: 28px; margin-top: 60px;}
    
    .ow-col-1 p {
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 18px;
    color: #1f3a71;
    height: 100px;
}
}