.guiding-journey .title {
  text-align: center;
  margin-bottom: 76px;
}
.guiding-journey .title h3,
.guiding-journey .title p {
  font-size: 3rem;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0;
}
.guiding-journey .title p {
  color: var(--default-purple);
}
.guiding-journey .title a {
  margin-top: 30px;
}

.journey-rgt {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  border-radius: 12px;
  height: 100%;
  padding: 70px 0;
}
.journey-rgt-title {
  margin-bottom: 70px;
  padding: 0 58px;
  max-width: 710px;
}
.journey-rgt-title h3 {
  font-size: 2.25rem;
  color: var(--default-purple);
  line-height: 34px;
  margin-bottom: 30px;
  font-weight: normal;
}
.journey-rgt-title p {
  font-size: 1.5rem;
  line-height: 30px;
  margin: 0;
}
.journey-rgt-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
/* .client-logo-section {
  overflow: hidden;
  margin: auto 0;
} */
.client-logo-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.client-card-logo .client-box {
  padding: 0 30px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .guiding-journey .title h3,
  .guiding-journey .title p {
    font-size: 2.5rem;
  }
  .guiding-journey .row {
    gap: 16px;
  }
  .journey-rgt-title h3 {
    font-size: 1.625rem;
  }
  .journey-rgt-title p {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 0;
  }
  .journey-rgt {
    padding: 46px 0;
  }
  .journey-rgt-title {
    margin-bottom: 46px;
    padding: 0 38px;
  }
}
@media only screen and (max-width: 767px) {
  section.guiding-journey .title h3 {
    margin-bottom: 6px;
  }
  .guiding-journey .title a {
    margin-top: 26px;
  }
  .guiding-journey .title h3,
  .guiding-journey .title p {
    font-size: 1.375rem;
    line-height: normal;
  }
  .journey-rgt-title h3 {
    line-height: normal;
    margin-bottom: 20px;
  }
}
