body {
  background-color: #000;
  color: #fff;
}
h1 {
  color: #fff;
}
h2,
h4 {
  color: #41c2d2;
}
section {
  padding: 2.5rem 0;
}
#intro-section {
  padding-top: 5em;
}
.section-calendly {
  background: #fff;
}

#intro-section h1,
#founder-story-section h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#intro-section p,
#founder-story-section p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}
#founder-story-section p {
  width: 90%;
  margin: 0 auto;
}
.project-tags .tag {
  border: 1px solid #41c2d2;
  border-radius: 2px;
  padding: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cad9db;
  font-family: "Roboto";
}
.m-auto{ margin: auto; }
.project-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.download-btns {
  display: flex;
  gap: 16px;
}
#slider-section {
  overflow: hidden;
}

.row {
  max-width: 100% !important;
  margin: 0 auto;
}

.testimonial-wrapper {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
}
.testimonial-description {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.5rem;
}
.testimonial-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.testimonial-image {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1;
}
.testimonial-name,
h2.founder-title {
  color: #41c2d2;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testimonial-meta {
  color: #41c2d2;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
#services-section .service-card {
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  border-radius: 0.25rem;
  border: 1px solid #41c2d2;
  height: 100%;
}
.service-card h3 {
  color: #fff;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.section-calendly h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  #intro-section h1,
  #founder-story-section h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  #intro-section p,
  #founder-story-section p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #intro-section .col-md-6:first-child {
    margin-bottom: 2rem;
  }
  #founder-story-section p {
    width: 100%;
    margin: 0 auto;
  }
  .project-tags .tag {
    border: 1px solid #41c2d2;
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }

  .testimonial-wrapper {
    padding: 1rem;
  }
  #review-section .col-md-12,
  #review-section .col-md-10 {
    padding: 0;
  }
  .testimonial-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .testimonial-footer {
    align-items: center;
  }

  .testimonial-image {
    width: 2.5rem;
    height: 2.5rem;
  }
  h2.founder-title {
    font-size: 2.5rem;
  }
  .testimonial-name {
    font-size: 1.5rem;
    line-height: normal;
  }
  .testimonial-meta {
    font-size: 0.75rem;
  }
  #services-section .service-card {
    padding: 1rem;
  }
  .service-card h3 {
    font-size: 1rem;
  }
  .section-calendly h2 {
    font-size: 2.5rem;
  }
}
