.index-background{
    height: 410px;
    max-height: 410px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.logo-header{
    height: 125px;
}
@media (max-width: 768px) {
    .index-background {
        height: 205px !important;
        max-height: 205px !important;
    }
    .logo-header {
        height: 100px !important;
    }
}
table td {
    border: 1px solid #000;
}

