.our-founders {
  font-family: "Manrope", sans-serif;
}
.our-founders .our-founders__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .our-founders .our-founders__heading {
    font-size: 34px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .our-founders .our-founders__heading {
    font-size: 48px;
    padding-bottom: 60px;
  }
}
.our-founders .our-founders__heading .category {
  color: #5067F4;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1100px) {
  .our-founders .our-founders__heading .category {
    font-size: 16px;
  }
}
.our-founders .our-founders__block-wrapper {
  max-width: 1530px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .our-founders .our-founders__block-wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 1400px) {
  .our-founders .our-founders__block-wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 1630px) {
  .our-founders .our-founders__block-wrapper {
    padding: 0;
    margin: 0 auto;
  }
}
.our-founders .our-founders__wrapper {
  row-gap: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .our-founders .our-founders__wrapper {
    column-gap: 10px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .our-founders .our-founders__wrapper {
    flex-direction: row;
    column-gap: 15px;
  }
}
@media (min-width: 1100px) {
  .our-founders .our-founders__wrapper {
    column-gap: 30px;
  }
}
.our-founders .founder {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media (min-width: 992px) {
  .our-founders .founder {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .our-founders .founder {
    flex-direction: row;
    width: 50%;
  }
}
.our-founders .founder:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 1280px) {
  .our-founders .founder:nth-child(even) {
    flex-direction: row-reverse;
    width: 50%;
  }
}
.our-founders .founder .founder-info {
  padding: 25px 15px;
  color: #555555;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
}
@media (min-width: 640px) {
  .our-founders .founder .founder-info {
    gap: 27.5px;
    min-height: 275px;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .our-founders .founder .founder-info {
    padding: 30px 25px;
  }
}
.our-founders .founder .founder-info .founder-info__wrapper {
  padding-bottom: 0px;
}
@media (min-width: 640px) {
  .our-founders .founder .founder-info .founder-info__wrapper {
    padding-bottom: 27.5px;
  }
}
.our-founders .founder .founder-info .founder-info__wrapper .founder-name {
  color: #101018;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  width: calc(100% - 40px - 30px);
}
@media (min-width: 1400px) {
  .our-founders .founder .founder-info .founder-info__wrapper .founder-name {
    font-size: 32px;
    line-height: 44.8px;
    width: 100%;
  }
}
.our-founders .founder .founder-info .founder-info__wrapper .founder-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  padding: 5px 0 15px 0;
  color: #555555;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 1400px) {
  .our-founders .founder .founder-info .founder-info__wrapper .founder-position {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    padding: 10px 0 15px 0;
  }
}
.our-founders .founder .founder-info .founder-info__wrapper .founder-description {
  font-size: 14px;
  line-height: 19.6px;
  color: #555555;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .our-founders .founder .founder-info .founder-info__wrapper .founder-description {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.our-founders .founder .founder-image__wrapper {
  height: 330px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media (min-width: 1280px) {
  .our-founders .founder .founder-image__wrapper {
    min-width: 50%;
    height: 100%;
    display: flex;
    align-items: end;
  }
}
.our-founders .founder .founder-image__wrapper .founder-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center top;
}
@media (min-width: 425px) {
  .our-founders .founder .founder-image__wrapper .founder-image {
    object-fit: contain;
  }
}
@media (min-width: 640px) {
  .our-founders .founder .founder-image__wrapper .founder-image {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .our-founders .founder .founder-image__wrapper .founder-image {
    object-fit: contain;
  }
}
@media (min-width: 1280px) {
  .our-founders .founder .founder-image__wrapper .founder-image {
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .our-founders .founder .founder-image__wrapper .founder-image {
    height: inherit;
  }
}
.our-founders .founder .social-icon {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 40px;
  height: auto;
}
@media (min-width: 640px) {
  .our-founders .founder .social-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    top: unset;
    right: unset;
  }
}
