.devsx-our-culture {
  padding-top: 120px;
  padding-bottom: 120px;
}

.devsx-our-culture .container {
}

.devsx-our-culture .section-title {
  margin-bottom: 24px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.devsx-our-culture .section-content {
  display: flex;
  gap: 64px;
  padding: 32px 32px 48px;
  overflow: hidden;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.devsx-our-culture .author-image-wrapper {
  flex-shrink: 0;
  width: 348px;
  height: 469px;
  overflow: hidden;
  border-radius: 12px;
}

.devsx-our-culture .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.devsx-our-culture .author-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}

.devsx-our-culture .author-quote {
  position: relative;
  padding-left: 43px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  color: var(--e-global-brand-white);
}

.devsx-our-culture .author-quote p {
  padding: 0;
  margin: 0;
}

.devsx-our-culture .author-quote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 40px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='41' viewBox='0 0 27 41' fill='none'%3E%3Cg clip-path='url(%23clip0_7357_12887)'%3E%3Cpath d='M10 25.1309L16.9282 25.1309L-3.0718 55.7719L-10 55.7719L10 25.1309Z' fill='%23F5F7FC'/%3E%3Cpath d='M20.9297 25.1309L27.8579 25.1309L7.85789 55.7719L0.929688 55.7719L20.9297 25.1309Z' fill='%23F5F7FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7357_12887'%3E%3Crect width='27' height='40' fill='white' transform='translate(0 0.130859)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.devsx-our-culture .section-author-info {
  padding-left: 43px;
}

.devsx-our-culture .author-name {
  padding: 0;
  margin: 0 0 8px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.devsx-our-culture .author-post {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-064);
}

@media screen and (max-width: 1360px) {
  .devsx-our-culture {
    padding-top: clamp(40px, -10.9091px + 9.0909vw, 120px);
    padding-bottom: clamp(40px, -10.9091px + 9.0909vw, 120px);
  }

  .devsx-our-culture .section-title {
    font-size: clamp(40px, 24.7273px + 2.7273vw, 64px);
    line-height: 1.125;
  }

  .devsx-our-culture .author-quote {
    font-size: clamp(32px, 26.9091px + 0.9091vw, 40px);
    line-height: 1.2;
  }
}

@media screen and (max-width: 998px) {
  .devsx-our-culture .author-image-wrapper {
    position: absolute;
    display: none;
    visibility: hidden;
  }

  .devsx-our-culture .section-content {
    padding: 24px;
  }

  .devsx-our-culture .author-quote {
    padding-top: 42px;
    padding-left: initial;
  }

  .devsx-our-culture .author-quote::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_7357_12711)'%3E%3Cpath d='M9 14L15.9282 14L-4.0718 44.641L-11 44.641L9 14Z' fill='%23F5F7FC'/%3E%3Cpath d='M19.9297 14L26.8579 14L6.85789 44.641L-0.0703125 44.641L19.9297 14Z' fill='%23F5F7FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7357_12711'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");;
  }

  .devsx-our-culture .section-author-info {
    padding-left: initial;
  }
}

@media screen and (max-width: 560px) {
  .devsx-our-culture {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .devsx-our-culture .section-title {
    font-size: 40px;
    line-height: 48px;
  }

  .devsx-our-culture .author-quote {
    font-size: 32px;
    line-height: 40px;
  }
}