.banner__pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 193px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner__pages__title {
  font-size: 2.25rem;
  color: #FFFFFF;
  font-weight: 900;
  margin-bottom: 14px;
}
@media (max-width: 599px) {
  .banner__pages__title {
    font-size: 1.875rem;
  }
}
.banner__pages__title::after {
  content: "";
  display: block;
  height: 2px;
  max-width: 600px;
  background-color: #FFFFFF;
  margin-top: 5px;
  border-radius: 4px;
}
.banner__pages__subtitle {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 599px) {
  .banner__pages__subtitle {
    font-size: 1.125rem;
  }
}
.banner__pages__link {
  color: #7A9B84;
  background-color: #d7e1da;
  padding: 14px 70px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in;
}
.banner__pages__link:hover {
  color: #4e7b78;
}
@media (max-width: 599px) {
  .banner__pages__link {
    font-size: 1rem;
    padding: 14px 40px;
  }
}
.banner__pages .breadcrumb-item {
  color: #FFFFFF;
  font-size: 1.125rem;
}
.banner__pages .breadcrumb-item__link {
  text-decoration: none;
}
.banner__pages .breadcrumb-item__link:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.banner__pages .breadcrumb-item::before {
  color: #FFFFFF;
}
@media (max-width: 599px) {
  .banner__pages .breadcrumb-item {
    font-size: 0.875rem;
  }
}

.sidemenu__title {
  color: #7A9B84;
  font-size: 1.125rem;
  font-weight: 600;
}
.sidemenu__subTitle {
  color: rgba(0, 0, 0, 0.53);
  font-size: 0.875rem;
}
.sidemenu__list__item {
  margin-bottom: 5px;
}
.sidemenu__list__item__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.53);
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (max-width: 599px) {
  .sidemenu__list__item__link {
    font-size: 0.875rem;
  }
}
.sidemenu__list__item__link.sidemenu__list__item__link__active {
  color: #4e7b78;
}
.sidemenu__list__item__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #EAECEE;
}
.sidemenu__list__item__link i {
  color: #FFFFFF;
  padding: 5px 9px;
  border-radius: 50%;
  background-color: #7A9B84;
}

.treatment__content {
  margin-left: 30px !important;
}
@media (max-width: 599px) {
  .treatment__content {
    margin-left: 0;
  }
}
.treatment__content__title {
  color: #7A9B84;
  margin-bottom: 1rem;
  font-size: 1.875rem;
}
.treatment__content p {
  font-size: 1rem;
}
