.read-more-section {
  margin-top: 2.5rem;
}

.highlighted-text {
  background-color: #f8f9fa;
  padding: 1.875rem;
  text-align: center;
  border-radius: 0.5rem;
}

.highlighted-text strong {
  font-weight: 600;
}

.phone-link {
  color: #008a40;
  text-decoration: none;
  font-weight: 700;
}

.phone-link:hover {
  color: #006830;
  text-decoration: underline;
}

.read-more-btn {
  /* width: 100%; */
  /* border-top: 2px solid #dee2e6; */
  /* padding-top: 1.875rem;
  margin-top: 1rem; */
  background: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
}
.flex-read-more-btn {
  padding: 0;
}
.flex-read-more-btn svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  color: red;
}

.flex-read-more-btn[aria-expanded="true"] .icon-plus {
  transform: rotate(45deg);
}

.flex-read-more-btn .icon-minus {
  display: none;
}

.flex-read-more-btn[aria-expanded="true"] .icon-plus {
  display: none;
}

.flex-read-more-btn[aria-expanded="true"] .icon-minus {
  display: block;
}

/*  */

.read-more-btn svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.read-more-btn[aria-expanded="true"] .icon-plus {
  transform: rotate(45deg);
}

.read-more-btn .icon-minus {
  display: none;
}

.read-more-btn[aria-expanded="true"] .icon-plus {
  display: none;
}

.read-more-btn[aria-expanded="true"] .icon-minus {
  display: block;
}

.content-text h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #d21e27;
}

.content-text h2:first-child {
  margin-top: 0;
}

.content-text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.content-text a {
  color: #0d6efd;
  text-decoration: none;
}

.content-text a:hover {
  text-decoration: underline;
}

.collapsible-header {
  margin-top: 16px;
  height: 40px;
}

@media (min-width: 1280px) {
  .faqs .collapsible-header:first-of-type {
    height: 80px;
  }
}

@media (max-width: 950px) {
  .faqs .collapsible-header:first-of-type {
    height: 80px;
  }
}

@media (max-width: 430px) {
  .landing .collapsible-header,
  .faqs .collapsible-header:nth-child(1),
  .faqs .collapsible-header:nth-child(3) {
    height: 90px;
  }
}
