.definitionPart {
  display: flex;
}

.definitionPart .bluebox, .definitionPart .whitebox {
  width: 33%;
}

.definitionPart .whitebox {
  margin: 0 25px;
}

.definitionPart p {
  margin-bottom: 25px;
}

.skyBlueBg, .skyBlueBg p {
  color: #fff;
}

.testimonial img {
  width: 150px;
}

.faq {
  margin-top: 20px;
}

.faq .accordion-button {
  padding: 20px 35px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica-45";
}

.faq .accordion-button:not(.collapsed) {
  color: #575756;
  font-family: "Helvetica-bold";
  background: none;
  box-shadow: none;
}

.faq .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #A3CCEE;
}

.faq .accordion-body {
  padding: 0 35px 20px;
}

.bannerBoxMiddle {
  margin-top: 50px;
  position: relative;
}

.bannerBoxMiddle img {
  width: 100%;
  height: 416px;
}

.bannerBoxMiddleTxt {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 30%;
  color: #fff;
}

.bannerBoxMiddleTxt h2 {
  margin-bottom: 15px;
}

.bannerBoxMiddleTxt p {
  margin-bottom: 30px;
  color: #fff;
}
