.legal-container {
  padding-bottom: 30px;
  background-color: white;
  margin-top: var(--header-search-height);
  margin-left: 10px;
  margin-right: 10px;
}
.legal-image {
  cursor: pointer;
}
.legal-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}
.legal-title-small {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: black;
  margin-bottom: 10px;
  box-shadow: none !important;
}
.legal-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: black;
  margin-bottom: 20px;
}
.legal-text-green {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: green;
  margin-bottom: 20px;
}
.legal-text-gray {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #467886;
  margin-bottom: 20px;
}
