.reference {
    width: 100%;
    position: relative;
    background: url(./../images/reference.png) no-repeat;
    background-size: 100% auto;
    height: 100vh;
    position: relative;
    padding-top: 15%;
    padding-bottom: 100px;

}

.header {
    width: 100%;
    position: absolute;
    z-index: 11;
    background: transparent;
}

.reference p {
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-left: 10%;
    top: 10%;
}