/* .home-slide .swiper-slide{
    display: none;
}
.home-slide .swiper-slide.swiper-slide-visible.swiper-slide-active{
    display: block;
} */
/* section 3 */
.quy-trinh {
    padding-top: 60px;
}

.list-step {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 70px;
}

@media screen and (max-width:990px) {
    .list-step {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-between;

    }

    .list-step .step-item {
        width: calc(50% - 20px);
        flex-shrink: 0;
    }

    .list-step .step-item:not(:last-child) {
        margin-bottom: 40px;
    }

}

.step-stt {
    border-radius: 61px;
    border: 3px solid #FFF;
    background: #2975FF;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    margin-top: -72px;
}

.step-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 12px 0 rgba(41, 183, 255, 0.20);
    padding: 43px 20px 20px 20px;
    gap: 10px;
}

.step-image img {}