.ab-company-video a {
  height: 70px;
  width: 70px;
  background-color: var(--themeprimaryclr);
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  color: var(--darkclr);
  font-size: 18px;
  margin-right: 20px;
  transition: 0.3s;
}
.ab-company-video a:hover {
  color: var(--plainclr) !important;
}
.ab-company-video span {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.ab-company-section-text p {
  text-align: justify;
}

.ab-company-fun-fact {
  padding: 10px 0px;
}
@media (max-width: 767px) {
  .ab-company-fun-fact {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    display: unset !important;
  }
}

.ab-company-fun-fact-wrap {
  border-right: 1px solid rgba(8, 8, 41, 0.1);
}

.ab-company-border-none {
  border-right: none;
}

.ab-company-fun-fact img {
  width: 50px;
  margin-bottom: 15px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .colmt_0 {
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .ab-company-area {
    padding-top: 0px !important;
    padding-bottom: 0;
  }
  .colmt_0 {
    margin-top: 46px;
  }
  .ab-company-fun-fact-wrap {
    text-align: center;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=deeptech-engineers.css.map */