.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #8BC34A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.steps-vertical .step {
    max-width: 475px;
    margin: 0 auto;
}

.steps-vertical h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.steps-vertical p {
    color: #333;
    margin-bottom: 0;
}
