header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top: 220px;
    padding-bottom: 49px;
    height: 100%;
}

#profile .img-fluid {
    border-radius: 8px;
}

#program {
    background: url('../../../images/pages/homepage/bg-program.jpg');
    padding-top: 42px;
    padding-bottom: 42px;
}

#program .card .img-fluid {
    width: 100%;
    height: 176px;
    border-radius: 8px;
}

.footer {
    margin-top: 0px !important;
}