.step-v1-list{
  padding: 0 2.4rem;
}
.step-v1-item{
  padding: 0 0.8rem;
}
.step-v1-item p{
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.14px;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .step-v1-list {
    padding: 0;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .step-v1-list {
    padding: 0;
  }
  .step-v1-list br{
    display: none;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .step-v1-list {
    padding: 0;
  }
  .step-v1-list .col-lg {
    flex: initial;
    width: 33.33%;
  }
  .step-v1-list .col-lg:nth-child(n + 4){
    margin-top: 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-step-v1 br{
    display: none;
  }
  .step-v1-list {
    padding: 0;
  }
  .step-v1-list .col-lg:nth-child(n + 3){
    margin-top: 2.4rem;
  }
}
@media(max-width:767.98px){
  .sec-step-v1 br{
    display: none;
  }
  .step-v1-list {
    padding: 0;
  }
  .step-v1-list .col-lg:nth-child(n + 2){
    margin-top: 2.4rem;
  }
}