.section {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    box-shadow: inset 0 -1px 0 #f3f4f5;
    background-color: #fff
}

.background-image {
    background-image: url(Background.png);
    background-color: #DEDEDE;
    background-size: 54%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    z-index: 1;
}

.jumbotron {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
