.ab-company-area {
  padding: 4rem 0;
}
.ab-company-area .sub-heading-two {
  font-size: 14px !important;
}
.ab-company-area .tp-feature__bottom-shape {
  position: absolute;
  left: 0;
  bottom: -125px;
  z-index: -1;
  width: 100%;
}
.ab-company-area .ab-company-section-box p {
  text-align: justify;
}

.bottom_card .core-objectives__item {
  border: 1px solid var(--main-border);
  border-radius: 30px;
  padding: 32px;
  background-color: var(--plainclr);
  transition: 0.3s;
  min-height: 100%;
  position: relative;
}
.bottom_card .core-objectives__item .core-objectives__icon {
  width: 40px;
}
.bottom_card .core-objectives__item:hover .core-objectives__icon img {
  filter: invert(75%) sepia(73%) saturate(3256%) hue-rotate(2deg) brightness(102%) contrast(104%) !important;
}
.bottom_card .core-objectives__item .sub-heading {
  font-size: 18px !important;
}
.bottom_card .core-objectives__item p {
  margin-bottom: 0;
}
.bottom_card .core-objectives__item:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
  transform: translateY(-5px);
}/*# sourceMappingURL=insights_row.css.map */