.steps {
    border-radius: 1.2rem;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(28, 50, 84, 0.07);
    padding: 2rem 2.5rem;
    position: sticky;
    top: 135px;
    margin-bottom: 50px;
}
.steps__title {
    margin-bottom: 1.7rem;
}
.steps__step {
    margin-bottom: 2rem;
}
.steps__step__title {
    margin-bottom: 5px;
}
.steps__step a {
    text-decoration: underline;
    color: #03274f;
}
.steps__step a:hover {
    color: #8ac716;
}
.steps__step:last-child {
    margin-bottom: 0;
}
.steps__button {
    margin: -2.5rem;
    margin-top: 3rem;
}
@media (min-width: 992px) {
    .steps {
        margin-top: inherit;
    }
}
