
.bg-image {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: table;
    background-image: url(/img/shared/main/course-search-header.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto; }
.bg-image h1 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    padding-top: 60px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }
.bg-image img {
    width: 60%;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    top: 90px; }
