#single-banner{
    height: 500px;
    width: 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 157px;
}

#single-banner .contentwrapper{
    position: absolute;
    background: #0000004a;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#single-banner .contentwrapper .inner span{
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 90px;
    font-size: 80px;
    pointer-events: none;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: block;
}

#single-banner .contentwrapper .inner p{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 40px;
    color: white;
    font-weight: 300;
}

#single-banner .contentwrapper .inner .buttons{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 800px;
}

#single-banner .contentwrapper .inner .button{
    background: #ff1493;
    color: #ffffff;
    border: none;
}

#single-banner .contentwrapper .inner .buttons a{
    flex: 1;
}

#single-banner .contentwrapper .inner .buttons .leespagina{
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 1000px) {
    #single-banner{
        margin-top: 74px;
    }
}

@media only screen and (max-width: 600px) {
    #single-banner .contentwrapper .inner span {
        line-height: 70px;
        font-size: 60px;
    }
}