.sakete_aboutUs_ChooseUs {
  width: 100%;
  margin: 0rem auto 0;
  min-height: 20vh;
  /* background-color: teal; */
  position: relative;
}

.sakete_aboutUs_ChooseUs .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* mask-image: linear-gradient(
    10deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  ); */
}

.sakete_aboutUs_ChooseUs .bgMask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(211, 211, 211, 0.5);
}

/* .container {
    z-index: 2;
} */

.sakete_aboutUs_ChooseUs .flexBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.375rem;
}

@media screen and (max-width: 1050px) {
  .sakete_aboutUs_ChooseUs .flexBox {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-4xl);
  }
}

@media screen and (max-width: 768px) {
  .sakete_aboutUs_ChooseUs .flexBox {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-3xl);
  }
}
@media screen and (max-width: 480px) {
  .sakete_aboutUs_ChooseUs .flexBox {
    grid-template-columns: 1fr;
  }
}

.sakete_aboutUs_ChooseUs .about_title {
  color: var(--text-color-lg);
  font-family: var(--title-font-family);
  font-size: var(--font-size-h2);
  font-style: normal;
  font-weight: var(--font-weight-xl);
  line-height: 150%;
  padding-top: 6.25rem;
  padding-bottom: 4.125rem;
}

.sakete_aboutUs_ChooseUs .testimonialListBox_img {
  width: 2.5rem;
  height: 2.5rem;
}

.sakete_aboutUs_ChooseUs .testimonialListBox_title {
  color: var(--text-color-lg);
  font-family: var(--title-font-family);
  font-size: var(--font-size-h4);
  font-style: normal;
  font-weight: var(--font-weight-lg);
  line-height: 150%;
  /* padding: var(--font-size-h4) 0 var(--spacing-xl) 0; */
  padding: 1.25rem 0px;
  word-wrap: break-word;
}

.sakete_aboutUs_ChooseUs .testimonialListBox .testimonialListBox_line {
  width: 2.1875rem;
  height: 0.1875rem;
  background: var(--color-primary, #036eb7);
}

.sakete_aboutUs_ChooseUs .testimonialListBox_content {
  color: #4b5563;
  font-family: var(--title-font-family);
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: var(--font-weight-base);
  line-height: 162.5%;
  /* width: 20.25rem;     */
  margin-top: 1.4375rem;
  word-wrap: break-word;
  max-width: 100%;
}

.sakete_aboutUs_ChooseUs .btnBox {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sakete_aboutUs_ChooseUs .sakete_aboutUs_ChooseUs_btn {
  display: inline-flex;
  padding: 0.6875rem 1.5625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  background: var(--color-primary, #036eb7);
  /* margin: 4.5625rem auto 5.1875rem; */
  margin-top: 4.5625rem;
  margin-bottom: 6.25rem;
  transition: all 0.3s;
  cursor: pointer;
}

.sakete_aboutUs_ChooseUs .sakete_aboutUs_ChooseUs_btn .iconfont {
  transition: 0.3s all ease;
}

.sakete_aboutUs_ChooseUs .sakete_aboutUs_ChooseUs_btn:hover .iconfont {
  transform: translateX(4px);
}

.sakete_aboutUs_ChooseUs .sakete_aboutUs_ChooseUs_btn .iconfont-right9::before {
  color: var(--text-color-light);
  width: 1rem;
  height: 1rem;
}

.sakete_aboutUs_ChooseUs .sakete_aboutUs_ChooseUs_btn img {
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1/1;
}

.sakete_aboutUs_ChooseUs .sakete_aboutUs_ChooseUs_btn_title {
  color: var(--text-color-light);
  font-family: var(--title-font-family);
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: var(--font-weight-base);
  line-height: 162.5%;
}
