.card.solution-big-card .categories-wrap .solution-category-img {
    width: 30px;
    height: 30px;
}

.acf-solution-big-cards-slider .owl-stage {
    display: flex;
}

.acf-solution-big-cards-slider .two-items .item{width:50%;}

.solution-big-card h6{
    font-size: var(--f24);
}
.big-card-sub-title{
font-size: var(--f24);
}

@media screen and (min-width: 768px) {
 .solution-big-card .big-card-sub-title {
  min-height: 1.5em;
  display: block;
}
.solution-big-card .big-card-title {
    min-height: 2.3em;

}
}
@media (min-width: 992px) {
.less-than-two-items .item {
    width: 50%;
}
.solution-big-card  .two-items .item {
    width: 100%;
}
}