.steps-v3-item{
margin-bottom: 3.2rem;
padding: 0.8rem 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.steps-v3-item:last-child{
margin-bottom: 0;
}
.steps-v3-icon{
height: 5.6rem;
width: 5.6rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: var(--secondary-color-200);
color: var(--secondary-color);
font-weight: 700;
font-size: 1.2rem;
line-height: 2rem;
}
.steps-v3-info{
width: calc(100% - 5.6rem);
padding-left: 1.6rem;
}
.steps-v3-info ul,
.steps-v3-info .h5 + p{
margin-top: 0.8rem;
}
.steps-v3-info ul li,
.steps-v3-info p{
font-size: 1.4rem;
line-height: 2.3rem;
}
.steps-v3-info p + ul{
margin-top: 0;
}
@media(max-width:767px){
.steps-v3-item {
margin-bottom: 3.2rem;
padding: 0;
}
.bg-mobile-secondary-300 .steps-v3-item{
margin-bottom: 4.8rem;
}
.bg-mobile-secondary-300 .steps-v3-item:last-child{
margin-bottom: 0;
}
.steps-v3-info {
width: 100%;
padding-left: 0;
margin-top: 1.6rem;
}
.steps-v3-info ul, .steps-v3-info .h5 + p {
margin-top: 1.2rem;
}
}