.azs-fast-connection {
    padding: 3rem 0;
}
.azs-fast-connection .rahmat_section__smalltitle {
    text-align: center;
}
.azs-fast-connection .fast-connection__steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
    gap: 1.25rem;
}

.azs-fast-connection .fast-connection__step {
    min-width: 295px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 30px 0;
    border-radius: 24px;
    background: #F4F4F4;
}

.azs-fast-connection .fast-connection__step-number {
    width: 48px;
    height: 48px;
    background: #F7482F;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.azs-fast-connection .fast-connection__step-text {
    font-weight: 500;
    color: #334155;
}

@media (max-width: 640px) {
    .azs-fast-connection .fast-connection__steps {

    }

    .azs-fast-connection .fast-connection__step {

    }
}