.steps-title h2 {
    margin: 0;
    font-weight: 600;
font-size: 35px;
line-height: 52px;
color: #1B1F54;
}
.steps-title {
    margin: 100px auto 150px auto;
}
.steps-title p {
    font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;
}
.step {
    opacity: .5;
    margin: 60px auto;
    max-width: 700px;
    transform: scale(0.85);
    transition: .5s ease;
    padding: 0;
}
.step.active {
    opacity: 1;
    transform: scale(0.95);
}
.step h2 {
    font-size: 40px;
line-height: 50px;
color: #000;
min-width: fit-content;
}
.step p {
    font-weight: 400;
font-size: 20px;
line-height: 26px;
}
.step .wp-block-buttons {
    margin: 80px auto;
}