
.home-faq-left img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.home-faq-left {
  padding-right: 80px;
}

.home-faq-right-top h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.home-faq-right-top h2 {
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  line-height: 50px;
}
.home-faq-right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.home-faq-right-wapper .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.home-faq-right-wapper .accordion-header button {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  color: #151514 !important;
}
.home-faq-right-wapper .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
  border-top: 1px solid #d5d8dc;
  border-bottom: 1px solid #d5d8dc;
  border-radius: 0px !important;
}
.home-faq-right-wapper .accordion-button:focus {
  box-shadow: none;
}

.home-faq-right-wapper .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  background-image: unset;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178";
}
.home-faq-right-wapper .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(45deg);
}


@media(max-width:991px){
  .home-faq-left {
  padding-right: 20px;
}
.home-faq-right-top h2 {
  font-size: 32px;
  line-height: 40px;
}
.home-faq-right {
  row-gap: 10px;
}
}

@media(max-width:768px){
  .home-faq-inner .row {
  row-gap: 30px;
}
}

@media(max-width:576px){
  .home-faq-right-top h2 {
  font-size: 28px;
  line-height: 35px;
}
.home-faq-right-wapper .accordion-header button {
  font-size: 18px;
}
}