.bg-user-portal-images {
    background-image: url(../user-portal/left-image.jpg),
        url(../user-portal/yellow-triangle.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, right bottom;
    background-size: auto 100%, auto;
}

.title {
    font-size: 18px;
    font-weight: bold;
    margin: 32px 0;
    border: 0 none;
    padding: 0;
}
