.main {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  color: #fff;
  padding-top: 100px;
}

.privacy-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  color: white;
  margin: 80px 0px;
}

.info-banner {
  border-radius: 50px;
  color: white;
  padding: 50px;
  background-image: url('../assets/images/common/blank-banner.jpg');
  width: 100%;
  height: auto;
  background-size: cover;
}


.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0;
}

.icon-image {
  margin-bottom: 24px;
  width: 100%;
  max-width: 80px;
}

.content {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: .0025em;
  color: #fff;
  min-height: 96px;
}


@media (max-width: 576px) {
  .info-banner {
    border-radius: 20px;
  }

  .wrapper {
    margin: 0;
  }

  .privacy-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    margin: 50px 0px;
  }

  .content {
    font-weight: 500;
    font-size: 16px;
  }

}

