.founder {
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .founder {
    padding: 50px 0;
  }
}
.founder .founder__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 528px;
}
@media (max-width: 1199px) {
  .founder .founder__content {
    padding-left: 380px;
  }
}
@media (max-width: 991px) {
  .founder .founder__content {
    padding: 0;
  }
}
.founder .founder__image {
  width: 488px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .founder .founder__image {
    width: 340px;
  }
}
@media (max-width: 991px) {
  .founder .founder__image {
    position: relative;
    width: 100%;
    height: 76vw;
    border-radius: 16px;
    margin-bottom: 24px;
  }
}
.founder .founder__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.founder .founder__title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .founder .founder__title {
    text-align: center;
    margin-bottom: 16px;
  }
}
.founder .founder__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .founder .founder__subtitle {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 24px;
  }
}
.founder .founder__subtitle b {
  font-weight: 800;
}
.founder .founder__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .founder .founder__list {
    gap: 8px;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.founder .founder__list li {
  position: relative;
  padding-left: 28px;
}
.founder .founder__list li:before {
  content: '';
  display: flex;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background: url("../images/check.svg") no-repeat center, var(--yellow, #fed700);
  background-size: 10px;
}
.founder .founder__list b {
  font-weight: 800;
}
.founder .founder__btn {
  max-width: 488px;
}
@media (max-width: 991px) {
  .founder .founder__btn {
    padding: 8px 20px;
    margin: auto;
  }
}

/*# sourceMappingURL=founder.css.map */
