.angie-steps-wrapper-cd4fda6b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.angie-step-item-cd4fda6b {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 15px;
}
.angie-step-graphics-cd4fda6b {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.angie-step-icon-wrap-cd4fda6b {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    position: relative;
}
.angie-step-icon-cd4fda6b {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.angie-step-icon-cd4fda6b svg {
    width: 24px;
    height: 24px;
}
.angie-step-badge-cd4fda6b {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
.angie-step-arrow-cd4fda6b {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
}
.angie-step-arrow-cd4fda6b svg {
    width: 20px;
    height: 20px;
}
.angie-step-title-cd4fda6b {
    margin: 10px 0 8px 0;
    font-size: 18px;
    font-weight: 600;
}
.angie-step-desc-cd4fda6b {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .angie-steps-wrapper-cd4fda6b {
        grid-template-columns: 1fr !important;
    }
    .angie-step-arrow-cd4fda6b {
        position: static;
        margin-top: 15px;
        transform: rotate(90deg);
    }
}
