#wrapper .breadcrumb, 
#main .page-content {
  margin: 0;
}

#main .page-footer {
  display: none;
}

#footer {
  padding-top: 260px !important;
}

.rx-faq {
  width: 100%;
  max-width: 870px;
  margin-inline: auto;
  margin-top: 90px;
}

.rx-faq .rx-faq__title {
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  color: #252525;
  margin-bottom: 5px;
  text-align: center;
}

.rx-faq .rx-faq__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #252525;
  margin-bottom: 0;
  text-align: center;
}

.rx-faq .rx-faq__tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.rx-faq .rx-faq__tab {
  background: #fff;
  border-radius: 16px;
}

.rx-faq .rx-faq__tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding: 20px 30px;
  cursor: pointer;
}

.rx-faq .rx-faq__tab-header::after {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 7.625L9.5 12.375L14.25 7.625' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  display: block;
  transition: transform .3s ease-in-out;
}

.rx-faq .rx-faq__tab.active .rx-faq__tab-header::after {
  transform: rotate(-180deg);
}

.rx-faq .rx-faq__tab-content {
  overflow: hidden;
  transition: all .3s ease-in-out;
  max-height: 0;
}

.rx-faq .rx-faq__tab-content-inner {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #252525;
  padding: 0 30px 20px;
}

@media (max-width: 767.98px) {
  .rx-faq .rx-faq__title {
    font-size: 28px;
  }

  .rx-faq .rx-faq__desc {
    font-size: 14px;
  }

  .rx-faq .rx-faq__tab-header {
    font-size: 18px;
  }

  .rx-faq .rx-faq__tab-content {
    font-size: 14px;
  }
}