.ab-company-area {
  padding: 4rem 0;
}
.ab-company-area .sub-heading-two {
  font-size: 14px !important;
}

.ab-company-section-space {
  margin-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-section-space {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ab-company-section-space {
    margin-bottom: 20px;
  }
}
.ab-company-section-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
  text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-company-section-text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-video {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ab-company-video {
    margin-bottom: 40px;
  }
}
.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 i {
  margin-left: 5px;
}
.ab-company-video a:hover {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr);
}
.ab-company-video span {
  font-weight: 500;
  font-size: 18px;
  color: var(--darkclr);
}

.ab-company-fun-fact img {
  margin-bottom: 13px;
  width: 50px;
  height: 50px;
  filter: var(--icon-hover-grey);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-company-fun-fact h4 {
    font-size: 30px;
  }
}
.ab-company-fun-fact-wrap {
  border-right: 1px solid rgba(8, 8, 41, 0.1);
}

@media (max-width: 767px) {
  .ab-company-fun-fact-wrap {
    border-right: 0;
  }
}
.ab-company-border-none {
  border-right: none;
}/*# sourceMappingURL=deeptech-engineers.css.map */