@font-face {
  font-family: 'Gilroy';
  src: url('./public/fonts/Gilroy-Regular.woff2') format('woff2'),
    url('./public/fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./public/fonts/Gilroy-Semibold.woff2') format('woff2'),
    url('./public/fonts/Gilroy-Semibold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Gilroy', sans-serif;
  line-height: 1.75;
  box-sizing: border-box;
  background-color: #0b0c14;
  color: #f5f5f7;
  font-size: 16px;
}

main {
  padding: 36px 18px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 12px;
}

p {
  margin: 0;
  margin-bottom: 12px;
}

table,
th,
td {
  border: 1px solid #262733;
  border-collapse: collapse;
}

td {
  padding: 8px;
}

.header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottlepay-logo {
  margin-bottom: 24px;
}

.text-box {
  background-color: #15161e;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

a {
  color: #c08fff;
}

hr {
  border: none;
  height: 2px;
  background-color: #262733;
  margin: 60px auto;
  text-align: center;
}

.hr-width {
  width: 80%;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  margin: auto;
}

.footer-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-caption {
  padding: 0 24px;
  font-size: 14px;
  color: #a5a9b3;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.all-rights-reserved {
  margin: 50px auto;
}

@media screen and (min-width: 960px) {
  .text-box {
    padding: 50px;
  }

  main {
    padding: 48px 24px;
  }
}

.policy-text-box {
  background-color: #15161e;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

.main-policy {
  max-width: 1024px;
}

.intercom-interblocks-image {
  display: flex;
  justify-content: center;
}

.intercom-interblocks-image > img {
  width: 80%;
  max-width: 600px;
}
