.steps-v5-item{
position: relative;
padding: 0.8rem;
width: 100%;
}
.d-flex .steps-v5-info{
max-width: calc(100% - 4.8rem);
}
a.steps-v5-item.d-flex {
text-decoration: none;
}
.col-lg-4:nth-child(n + 4) .steps-v5-item,
.col-lg-6:nth-child(n + 3) .steps-v5-item{
margin-top: 6.4rem;
}
.steps-v5-number{
height: 4.8rem;
width: 4.8rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 2.2rem;
font-weight: bold;
}
@media(min-width:1200px) and (max-width:1259.98px){
.col-lg-4:nth-child(n + 4) .steps-v5-item,
.col-lg-6:nth-child(n + 3) .steps-v5-item{
margin-top: 5.6rem;
}
}
@media(min-width:992px) and (max-width:1199.98px){
.col-lg-4:nth-child(n + 4) .steps-v5-item,
.col-lg-6:nth-child(n + 3) .steps-v5-item{
margin-top: 4.8rem;
}
}
@media(min-width:768px) and (max-width:991.98px){
.col-lg-4:nth-child(n + 3) .steps-v5-item, 
.col-lg-6:nth-child(n + 3) .steps-v5-item {
margin-top: 3.2rem;
}
}
@media(max-width:767.98px){
.steps-v5-item {
padding: 0.8rem 0;
}
.col-lg-4:nth-child(n + 2) .steps-v5-item, 
.col-lg-6:nth-child(n + 2) .steps-v5-item {
margin-top: 1.6rem;
}
}