.above {
    position: relative;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    background-image: url(../images/customerService/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}