.termsPrivacyContainer {
  height: 1496px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.termsPrivacy {
  width: 1256px;
  height: 1338px;
  padding-top: 100px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.termsPrivacy span {
  font-weight: 700;
}
.termsPrivacyArrow {
  width: 400px;
  height: 160px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.termsPrivacyArrow a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
.termsPrivacyArrow span {
  color: #f92937;
}
.contact {
  width: 120px;
}
.arrowContainer {
  width: 1256px;
  height: 240px;
}
@media screen and (max-width: 660px) {
  .termsPrivacyContainer {
    height: auto;
    display: block;
    padding: 3rem 8%;
  }
  .termsPrivacy {
    width: auto;
    height: auto;
    padding: 0;
  }
  .arrowContainer {
    height: auto;
    width: auto;
  }
  .termsPrivacyArrow {
    width: auto;
    height: auto;
  }
}
