#faq{
    padding: 0 16px;
    font-size: 13px;
    line-height: 24px;
}

#faq img{
    width:100%
}

.causes-box{
    background-position: center;
    background-size: cover;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    margin:0 16px;
}

.causes-box h1{
    font-size: 45px;
    font-weight: 600;
}

.causes-box h2{
    font-size: 45px;
    font-weight: 300;
    line-height: 0;
}

#registerinfo{
    padding: 0 16px;
    font-size: 13px;
    line-height: 24px;
}