.kader{
    padding: 20px 20px 20px 20px;
    background-color: #35425C;
    border-radius: 5px;
    height: 100%;
}

.kader .heading{
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    
}

.kader .textarea{
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}.quote {
    margin: 0px 0px 0px 0px;
    padding: 35px 75px 35px 25px;
    background-color: #F7F7F7;
    border-left: solid #3D7974;
    font-size: 20px;
}

.quote > span {
    color: #3D7974;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    letter-spacing: 0.4px;
}