.paragraph--type--text-and-steps{
    margin-bottom: 5rem;
}
@media(width > 768px){
    .paragraph--type--text-and-steps{
        margin-top: 10rem;
        margin-bottom: 8rem;
    }
}

.paragraph--type--text-and-steps .steps-text-title{
    text-align: center;
    max-width: 70rem;
    margin: 0 auto 3.6rem;
}

.paragraph--type--text-and-steps .steps-text-title h2{
    font-weight: 700;
    font-size: 2.4rem;
}

.paragraph--type--text-and-steps .steps-text-title span{
    color: var(--secondary-color);
}

.paragraph--type--text-and-steps .steps-text-content > div{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 5rem;
}
@media(width > 1024px){
    .paragraph--type--text-and-steps .steps-text-content > div{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
    }
}
.paragraph--type--text-and-steps .steps-text-content > div img{
    max-width: 32rem;
    height: auto;
    width: 100%;
}

.paragraph--type--text-and-steps .btn-big-inside{
    text-align: center;
    margin-top: 3rem;
}
.paragraph--type--item-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.5rem;

}