/* footer  */

@media (max-width: 767px) {
  .payment-methods {
    justify-content: center;
  }
}

.payment-methods .list-payment__item {
  width: 45px;
}

/* tutorial */

.industry-work .version {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-block .pricemain del {
  color: #dddddd;
  margin-right: 15px;
  font-size: 35px;
}

@media (max-width: 767px) {
  .pricing-block .filters li {
    font-size: 13px;
  }
}

/* steps */
.row.justify-content-between.mt30 {
  display: flex;
  flex-wrap: wrap;
  /* espacio entre tarjetas */
  /* gap: 30px;  */
}

.sw-card {
  display: flex;
  flex-direction: column;
  height: 100%; /* para que Flex haga que todas tengan la misma altura */
}

.col-lg-4.col-sm-6.mt30 {
  display: flex;
}
