.logo {
  position: relative;
}
.logo .logo-img {
  margin-left: 4rem;
}
.logo .logo-icon {
  position: absolute;
  max-width: 60px;
  top: -13px;
  left: 0;
}

.bg-light-grey {
  background-color: #f9f9f9 !important;
}

.project3-con .project-box {
  min-height: 380px;
  max-height: 380px;
  height: 380px;
}
.project3-con .project-box .image {
  height: 100%;
  width: 100%;
}
.project3-con .project-box .image figure {
  height: 100%;
  width: 100%;
}
.project3-con .project-box .image figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_wrapper img {
  border-radius: 24px;
}

.about5-con .about_wrapper .box {
  right: 1rem;
  bottom: 1rem !important;
}/*# sourceMappingURL=custom-styles.css.map */