.js-pm-text-step-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #004f9f !important;
}

.app__header {
    background-position: 50% 0;
    min-height: 330px;
}


.app__sidebar {
    background-image: url(../data/bg.svg?v=2);
    background-size: 1300px auto;
    background-position: 100% 90%;
    background-repeat: repeat-x;
}


.slides {
    /* background-color: #fff; */
}


@media (max-width: 768px) {
    .app__sidebar {
        background-image: none;
    }
}