.logoImage {
  width: 150px;
  object-fit: contain;
  object-position: center;
}
.logoImageSmall {
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.meet-our-team {
  display: flex;
  justify-content: center;
}
.benefits-dives {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits-dives div {
  margin-bottom: 7px; /* Add space between child div elements */
}

.benefits-dives div:last-child {
  margin-bottom: 0; /* Remove margin for the last child div */
}

.get-app {
  margin-top: 50px;
}

.about {
  margin-top: 70px;
  margin-bottom: 100px;
}
.our-team {
  margin-top: 70px;
}
.benefits {
  margin-top: 150px;
  margin-bottom: 70px;
}
.what-we-do {
  margin-top: 70px;
  /* margin-bottom: 50px; */
}

.member-content p {
  margin-top: 5px;
  color: black;
}
.member-content div {
  font-weight: 600;
}

.current-page a {
  color: var(--sala-primary-navy, #0057fc);
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  position: relative;
  /* padding: 10px; */
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial {
  position: relative;
  padding: 20px;
  width: 80%;
  height: 80%;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.testimonial-border {
  position: absolute;
  border: 2px solid black;
  width: 90%;
  height: 90%;
  rotate: -5deg;
  border-radius: 10px;
  z-index: 50;
}

.border-item1 {
  width: max-content;
  height: max-content;
  background-color: #ffdd0f;
  position: absolute;
  border-radius: 100%;
  padding: 5px;
  top: -20px;
  left: 50%;
}
.border-item2 {
  width: max-content;
  height: max-content;
  background-color: #ffdd0f;
  position: absolute;
  border-radius: 100%;
  padding: 5px;
  bottom: -20px;
  left: 50%;
}
