.cualidades{
  margin-top: 5rem;
  height: auto;
  width: 100%;
  border-top: 2px solid rgb(203, 203, 209);
  border-bottom: 2px solid rgb(203, 203, 209);
}
.card-container-2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10rem 0rem;
  gap: 15px;

}
.card-2{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    width: 250px;
    height: auto;
    font-family: "Ruda", sans-serif;
    text-align: center;
}
.card-img-2 img{
    width: 150px;
    height: auto;
}
.card-title-2{
    font-weight: 600;
    font-size: 16px;
}
.card-parrafo-2{
    font-weight: 400;
    font-size: 14px;
}
@media (max-width: 1024px) {
  .card-img-2 img{
    width: 100px;
    height: auto;
 }
 .card-parrafo-2{
  font-weight: 400;
  font-size: 12px;
}
.card-title-2{
  font-weight: 600;
  font-size: 14px;
}
.card-2{
  width: 200px;
}
}

@media (max-width: 768px) {
  .card-container-2{
    padding: 5rem 0rem;
  }
  .card-img-2 img{
    width: 100px;
    height: auto;
 }
 .card-parrafo-2{
  font-weight: 400;
  font-size: 12px;
}
.card-title-2{
  font-weight: 600;
  font-size: 14px;
}
.card-2{
  width: 250px;
}
}

@media (max-width: 425px) {
  .card-img-2 img{
    width: 70px;
    height: auto;
 }
 .card-parrafo-2{
  font-weight: 400;
  font-size: 10px;
}
.card-title-2{
  font-weight: 600;
  font-size: 12px;
}
.card-2{
  width: 150px;
  padding: 0px 2px;
}
}
@media (max-width: 375px) {
 .card-parrafo-2{
  font-weight: 400;
  font-size: 10px;
}
.card-title-2{
  font-weight: 600;
  font-size: 10px;
}
}