.slider{
    width: 100%;
    height:200px;
    min-height:200px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url('../../images/defaults/bgCurvePurple.svg');
}
.item-header-h{
    text-align: center;
    width: 100%;
    color: #162351;
}
.item-legal{
    font-size:14px;
    margin:60px 0;
    color: #556087;
    padding: 30px;
    max-height:1000px;
    overflow-y: scroll;
    border-bottom: solid 1px #CCC;
}
H3{
    margin-bottom:30px;
}