@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter";
  font-size: 14px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

a {
	text-decoration: none;
}

.section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.btn-rounded {
  border-radius: 50% !important;
  padding: 0.5rem !important;
  width: 40px;
  height: 40px;
}
.activities-section {
  background: url("./../assets/Image5.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.mission-section {
  background: url("./../assets/Image6.png");
  background-repeat: no-repeat;
}
.testimonial-section {
  background: #f8f4f1;
}
.testimonial-section .card {
  margin-left: 3rem !important;
}
.testimonial-section .card-body {
  margin-left: 3rem;
}
.testimonial-section .testimonial-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  width: 100px !important;
  left: -50px;
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .border-md-0 {
    border: none !important;
  }
}

@media (max-width: 768px) {
  .header {
    letter-spacing: -1px;
  }
  .header img {
    width: 50px;
  }
  .header button {
    font-size: 13px;
    padding: 0.25rem 0.5rem;
  }
  .testimonial-section .card {
    margin-left: 2rem !important;
  }
  .testimonial-section .card-body {
    margin-left: 2rem;
  }
  .testimonial-section .testimonial-img {
    width: 80px !important;
    left: -30px;
  }
}
