.section-text-h5 {
    font-size: 28px !important;
    padding-bottom: 15px !important;

}

.cstm-bg-grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #665ee3), to(#6c5ddc));
    background: -webkit-linear-gradient(top, #665ee3 0%, #6c5ddc 100%);
    background: -o-linear-gradient(top, #665ee3 0%, #6c5ddc 100%);
    background: transparent, linear-gradient(to bottom, #665ee3 30%, #6c5ddc 100%);
}

