@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.about-logzee-section {
  overflow: hidden !important;
}

.about-logzee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden !important;
}

.about-us-info,
.about-us-img {
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-logzee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=aboutlogzee.css.map */