.steps-number{
background: var(--secondary-color-100);
color: var(--white-color);
}
.steps-item p{
margin-top: 1.6rem;
}
.steps-item p a{
text-decoration: underline !important;
}
.steps-item p a:hover{
text-decoration: none !important;
}
@media(min-width:768px) and (max-width:991px){
.steps-item{
margin-top: 4rem !important;
}
.steps-item p {
margin-top: 1.2rem;
}
}
@media(max-width:767px){
.steps-item{
margin-top: 4rem !important;
margin-bottom: 0 !important;
}
.steps-item p {
margin-top: 1.2rem;
}
}