.be-supported-quote{
    color: #fc4f31;   
    font-weight:300;
    padding-bottom: 20px;
    padding-top:10px;
    font-size: 1.9rem;
}

.be-supported-button{
    justify-content: left;
}
.be-supported-button button{
    margin:0px;
}

.be-supported-title{
    text-align:left;
    font-size: 2.7rem;
    margin-top:20px;
}

.be-supported-text{
    font-size:1.4rem;
}
.be-supported-titlewrapper h1{
    margin-top:20px;
}
.be-supported-titlewrapper .support-buttons{
    justify-content: left;
}
@media (max-width:950px){
    .be-supported-titlewrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .be-supported-titlewrapper h1{
        margin-top:70px;
    }
    .be-supported-quote{
        padding:30px;
        text-align: center;
    }
    .be-supported-titlewrapper .support-buttons{
        justify-content: center;
    }
    .be-supported-title{
        padding:20px;
    }
    .be-supported-text{
        padding: 20px;
    }
}