.founders-section {
  padding: 64px 0;
  background: rgba(252, 252, 252, 1);
}

.founders-section h2 {
  color: rgba(34, 46, 80, 1);
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 16px;
}

.founders-section p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  color: rgba(108, 114, 130, 1);
  margin-bottom: 64px;
}

.founders-section .profile {
  width: 456px;
  max-width: 100%;
  margin: 0 auto;
}

.founders-section .profile img:not(.social-icon, .arrow),
.founders-modal .profile img:not(.social-icon, .arrow) {
  border-radius: 50%;
  max-width: 100%;
  margin-bottom: 8px;
}

.founders-section .profile .content {
  padding: 12px 40px;
}

.founders-section .profile .content .title-wrap,
.founders-modal .profile .content .title-wrap {
  display: flex;
  justify-content: space-between;
}

.founders-section .profile .content .title-wrap h3,
.founders-modal .profile .content .title-wrap h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: rgba(34, 46, 80, 1);
}

.founders-section .profile .content .founder,
.founders-section .profile .content .short-bio,
.founders-section .profile .content .quote,
.founders-modal .profile .content .founder,
.founders-modal .profile .content .short-bio,
.founders-modal .profile .content .quote {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
  text-align: left;
}

.founders-section .profile .content .founder,
.founders-modal .profile .content .founder {
  font-weight: 600;
  color: rgba(93, 138, 168, 1);
}

.founders-section .profile .content .short-bio,
.founders-modal .profile .content .short-bio {
  font-weight: 400;
  color: rgba(76, 84, 105, 1);
}

.founders-section .profile .content .quote,
.founders-modal .profile .content .quote {
  color: rgba(93, 138, 168, 1);
  font-weight: 500;
}

.founders-section .profile .content .read-more {
  font-size: 16px;
  line-height: 24px;
  color: rgba(34, 46, 80, 1);
  font-weight: 400;
  display: flex;
  gap: 4px;
  padding: 10px 0;
}

.founders-modal.modal .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  padding: 14px;
  height: 48px;
  border-radius: 99px;
  display: flex;
  background: rgba(93, 138, 168, 0.05);
  align-items: center;
  justify-content: center;
}

.founders-modal .profile {
  background: rgba(93, 138, 168, 0.02);
  border: 1px solid rgba(238, 242, 246, 1);
  padding: 0 40px 26px;
  border-radius: 32px;
}

.founders-modal .content-wrap h3 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: rgba(54, 65, 82, 1);
}

.founders-modal .content-wrap h3 span {
  font-weight: 900;
  color: rgba(94, 138, 168, 1);
  font-family: "Nunito", sans-serif;
}

.founders-modal .content-wrap h3 span sup {
  font-weight: 400;
}

.founders-modal .content-wrap p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(105, 117, 134, 1);
}

.founders-modal .content-wrap .contact{
  color: rgba(54, 65, 82, 1);
}

.founders-modal .content-wrap .contact strong,
.founders-modal .content-wrap .contact a{
  color: rgba(94, 138, 168, 1);
}

.founders-modal .content-wrap p.welcome {
  color: rgba(94, 138, 168, 1);
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 0;
}

.founders-modal .content-wrap p.welcome strong{
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}

.founders-modal .content-wrap p.welcome sup{
  font-size: 8px !important;
  vertical-align: top !important;
}

.founders-modal .content-wrap .content-inner p strong{
  font-family: "Nunito", sans-serif;
  color: rgba(94, 138, 168, 1);
  font-weight: 900;
}

.founders-modal .content-wrap .content-inner p strong sup{
  font-size: 8px !important;
  vertical-align: top !important;
}

.founders-modal .content-wrap .content-inner h3 {
  color: rgba(94, 138, 168, 1);
  font-style: normal;
}

.founders-modal .content-wrap .content-inner h3 strong {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1060px !important;
  }
}
