@media (min-width: 883px) {
  .our-identity-section {
    padding-top: 172px;
  }
}
.our-identity-section {
  width: 100%;
}

.our-identity__inner {
  display: flex;
  align-items: stretch;
  overflow: visible;
}

.our-identity-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 103px;
  width: 50%;
  min-width: 585px;
  background-color: #F5F3EF;
  border-radius: 32px 0px 0px 32px;
  padding: 70px 45px 35px 45px;
  max-height: min-content;
  margin: 2.5% 0;
}

.our-identity__title {
  max-width: 550px;
}

.our-identity__brand-icon-wrapper {
  display: flex;
  gap: 63px;
}

.our-idendity__brand-icon {
  width: auto;
  height: 58px;
}

.our-identity-image-wrapper {
  flex: 1;
  position: relative;
}

.our-identity-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  position: absolute;
  left: 0;
  z-index: 5;
  min-width: 311px;
}

@media (max-width: 1240px) {
  .our-identity-content-wrapper {
    min-width: 500px;
  }
  .our-idendity__brand-icon {
    height: 40px;
  }
}
@media (max-width: 883px) {
  .our-identity-section {
    margin-top: 128px;
  }
  .our-identity-content-wrapper {
    min-width: 0;
  }
  .our-identity__inner {
    flex-direction: column;
  }
  .our-identity-content-wrapper {
    width: 100%;
    border-radius: 32px;
    gap: 48px;
    padding: 72px 32px 42px 32px;
  }
  .our-identity-featured-image {
    position: relative;
    width: 100%;
    height: 352px;
    object-position: center;
  }
  .our-identity__brand-icon-wrapper {
    justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .our-identity__brand-icon-wrapper img:last-child {
    display: none;
  }
}

/*# sourceMappingURL=our-identity.css.map */
