.vsi-col {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("vsi_bg.jpg");
    background-repeat: no-repeat;  
    background-position: center;
    background-size: cover; 
    align-content: center; 
}

.vewo-col {
    background-image: linear-gradient(rgba(36,74,113,0.7),rgba(36,74,113,0.7)), url("vewo_bg.jpg");
    background-repeat: no-repeat;  
    background-position: center;
    background-size: cover;
    align-content: center;
}

.row {
    height: 600px;
}

.col p{
    color: white;
}

#title {
    margin-top: 50px;
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
}

#vewo-logo {
    width: 232px;

}

#vsi-logo {
    width: 200px;
}

#bottom-style {
    background-color: #FAFAFA;
    height: 50px;
}