.footer-wrapper {
  width: 100%;
  display: flex;

}
.policy-main {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F5F5;
}
.policy-block2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.policy-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.policy-limited {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.policy-heading-wrapper {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-width: 0px;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
}
.policy-block6 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.policy-heading {
  height: auto;
}
.policy-image {
  width: 117px;
  object-fit: cover;
}
.policy-content {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2rem;
}
.policy-description {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.policy-text11 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text13 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text16 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text22 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text28 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text34 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text40 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text46 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text52 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text58 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text64 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-text70 {
  font-size: 32px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 300;
}
.policy-image2 {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media(max-width: 1600px) {
  .policy-heading {
    margin-bottom: 1rem;
  }
}
@media(max-width: 767px) {
  .policy-heading {
    font-size: 3rem;
    line-height: 64px;
  }
  .policy-image {
    display: none;
  }
  .policy-content {
    height: auto;
    flex-direction: column;
  }
  .policy-image2 {
    display: none;
  }
}
@media(max-width: 479px) {
  .policy-heading {
    font-size: 2rem;
  }
}
