@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1334px;
  }
}

.container {
  position: relative;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Panton-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Italic.woff2") format("woff2"),
    url("../fonts/Panton-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-BoldItalic.woff2") format("woff2"),
    url("../fonts/Panton-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Black.woff2") format("woff2"),
    url("../fonts/Panton-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-ExtraBold.woff2") format("woff2"),
    url("../fonts/Panton-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Bold.woff2") format("woff2"),
    url("../fonts/Panton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-BlackItalic.woff2") format("woff2"),
    url("../fonts/Panton-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Light.woff2") format("woff2"),
    url("../fonts/Panton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Thin.woff2") format("woff2"),
    url("../fonts/Panton-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Regular.woff2") format("woff2"),
    url("../fonts/Panton-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Panton";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Panton";
  font-weight: 900;
  text-align: center;
}

h2 {
  font-size: 40px;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1599px) {
  h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

.leeg-header {
  height: 200px;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1000;
  margin-bottom: -103px;
}

.branding {
  display: block;
  float: left;
  width: 237px;
}
.branding a {
  display: block;
  text-align: left;
  background: url(../img/bordered-logo.png) 0 0 transparent no-repeat;
  text-indent: -99999px;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .branding {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .branding a {
    background-position: center;
    background-size: contain;
  }
}

@media only screen and (max-width: 479px) {
  .branding {
    float: none;
    margin: 0 auto;
    width: 170px;
  }
  .branding a {
    background-position: center;
  }
}

.leeg-footer {
  padding: 47px 0;
  text-align: center;
}
.leeg-footer h2 {
  color: #707070;
  font-size: 40px;
}
.leeg-footer .sm-links {
  text-align: center;
}
.leeg-footer .sm-links a {
  display: inline-block;
  margin: 13px;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.leeg-footer .sm-links a img {
  width: auto;
  height: 100%;
}
.leeg-footer .footer-nav {
  margin-top: 40px;
  text-align: center;
  padding: 0;
}
.leeg-footer .footer-nav li {
  display: inline-block;
  margin: 0 12px;
}
.leeg-footer .footer-nav li a {
  font-size: 18px;
  color: #e8211c;
}
.leeg-footer .copyright {
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 400;
}

@media only screen and (max-width: 1499px) {
  .leeg-footer .footer-nav li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .leeg-footer .sm-links a {
    margin: 12px;
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 1023px) {
  .leeg-footer h2 {
    font-size: 32px;
  }
  .leeg-footer .footer-nav li {
    margin: 0 10px;
  }
  .leeg-footer .footer-nav li a {
    font-size: 14px;
  }
  .leeg-footer .copyright {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .leeg-footer .sm-links a {
    margin: 12px;
    width: 36px;
    height: 36px;
  }
  .leeg-footer .copyright {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .leeg-footer {
    padding: 28px 0 16px 0;
  }
  .leeg-footer .sm-links a {
    margin: 10px;
    width: 30px;
    height: 30px;
  }
  .leeg-footer h2 {
    font-size: 26px;
  }
  .leeg-footer .footer-nav {
    margin-top: 20px;
  }
  .leeg-footer .footer-nav li {
    margin: 0 8px;
  }
  .leeg-footer .footer-nav li a {
    font-size: 12px;
  }
  .leeg-footer .copyright {
    font-size: 11px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.nav {
  position: fixed;
  width: 60%;
  min-width: 320px;
  max-width: 1023px;
  top: 97px;
  right: 0;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  font-weight: 400;
  background-color: #1f203c;
  opacity: 0;
}

.nav__item {
  list-style-type: none;
}

.nav__link {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  line-height: 1;
}
.nav__link:hover {
  text-decoration: none;
  opacity: 0.8;
  color: red;
}

.nav__link:hover {
  color: #f7faff;
}

/* hamburger trigger */
.nav__trigger {
  position: absolute;
  width: 42px;
  height: 27px;
  right: 0;
  top: 36px;
  z-index: 200;
  display: block;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 5px;
  background-color: #020202;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: background-color, transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 10px;
}

.nav__icon:before,
.nav__icon:after {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  position: absolute;
  background: #020202;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  -o-transition-property: margin, transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 10px;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}

.nav__link {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.nav--active .nav__link {
  opacity: 1;
}

.nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav__item {
  text-align: left;
  padding: 20px 0;
  border-top: 1px solid #214f8e;
}
.nav__item:last-child {
  border-bottom: 1px solid #214f8e;
}

.nav__list {
  padding: 10px;
  width: 50%;
  margin: 80px 0 0 25%;
}

@media only screen and (max-width: 1199px) {
  .nav__item {
    padding: 40px 0;
  }
  .nav__link {
    font-size: 28px;
  }
  .nav__trigger {
    width: 32px;
  }
  .nav__icon {
    width: 32px;
    height: 4px;
  }
  .nav__icon:before,
  .nav__icon:after {
    width: 32px;
    height: 4px;
  }
}

@media only screen and (max-width: 1023px) {
  .nav__list {
    width: 90%;
    margin-left: 5%;
  }
  .nav__item {
    padding: 20px 0;
  }
  .nav__link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav__trigger {
    right: 24px;
  }
}

.main-content {
  background-color: transparent;
}

.black-bg {
  background-color: #000;
  color: #fff;
}

.hero {
  background: url(../img/hero-bg.png) bottom center no-repeat;
  min-height: 718px;
  background-size: cover;
  padding-top: 150px;
}
.hero h2 {
  font-size: 64px;
  font-style: italic;
  color: #fff;
  line-height: 70px;
  text-align: left;
}
.hero p {
  font-size: 40px;
  color: #a7e7ff;
  font-style: italic;
}
.hero .hero-img {
  float: right;
  width: 55%;
  margin-top: -100px;
  margin-bottom: -100px;
}
.hero .hero-img img {
  width: calc(100% + 100px);
  height: auto;
}
.hero .hero-content {
  float: left;
  width: 45%;
}
.hero .get-link-form {
  margin-top: 72px;
  margin-bottom: 40px;
}
.hero .get-link-form h3 {
  font-size: 24px;
  font-style: italic;
  color: #a7e7ff;
  text-align: left;
}
.hero .get-link-container {
  width: 100%;
}
.hero .get-link-container .input-wrapper {
  background-color: transparent;
  height: 56px;
  line-height: 56px;
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.hero .get-link-container .input-wrapper input {
  border: none;
  height: 56px;
  width: 100%;
  padding: 0 30px 0 62px;
}
.hero .get-link-container .input-wrapper .prefix {
  position: absolute;
  left: 7px;
  top: 0;
  line-height: 56px;
  font-weight: 700;
  color: #000;
  font-family: "Panton";
}
.hero .get-link-container button {
  display: inline-block;
  vertical-align: top;
  width: 172px;
  height: 56px;
  line-height: 56px;
  background-color: #ff7600;
  border: none;
  color: #fff;
  font-family: "Panton";
  font-size: 18px;
  font-weight: 700;
}

.about {
  padding: 200px 0 100px 0;
  text-align: center;
}
.about h2 {
  width: 100%;
  margin: 200px 0 26px 0;
  color: #707070;
}
.about p {
  font-size: 24px;
  font-weight: 400;
  color: #707070;
  line-height: 34px;
  padding: 0 74px;
}
.about .abt-feature-block {
  overflow: auto;
}
.about .abt-feature-block .img-wrapper {
  max-width: 216px;
  margin: 20px auto;
  height: 220px;
}
.about .abt-feature-block .img-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.about .abt-feature-block span {
  font-size: 28px;
  font-family: "Panton";
  font-weight: 900;
  font-style: italic;
  color: #b75151;
  display: block;
  margin-bottom: 0 auto;
}

.games {
  padding: 80px 0;
}
.games h2 {
  margin-bottom: 68px;
}
.games p.more {
  font-weight: 700;
  font-size: 39px;
  padding: 78px 0 40px 0;
}
.games img {
  max-width: 70%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.game-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.win-daily {
  padding: 125px 0 24px 0;
}
.win-daily h2 {
  color: #707070;
  margin: 30px 0 70px 0;
  text-align: left;
}
.win-daily .pull-up {
  margin-top: -140px;
}
.win-daily .pull-up img {
  max-width: 100%;
}
.win-daily .feature-block {
  display: block;
  margin-bottom: 100px;
}
.win-daily .feature-block .img-wrapper {
  width: 135px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.win-daily .feature-block .img-wrapper img {
  max-width: 100%;
  height: auto;
}
.win-daily .feature-block .details {
  display: inline-block;
  vertical-align: top;
  margin-left: 44px;
  text-align: left;
  width: calc(100% - 180px);
  max-width: 496px;
  padding-top: 18px;
}
.win-daily .feature-block h4 {
  text-align: left;
  font-weight: 700;
  font-size: 33px;
  color: #707070;
}
.win-daily .feature-block p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #707070;
}

.disclaimer {
  padding: 118px 0 172px 0;
}
.disclaimer h2 {
  margin-bottom: 40px;
}
.disclaimer p {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 38px 0;
  padding: 0;
}
.disclaimer .read-more {
  color: #48aad2;
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
}
.disclaimer .disclaimer-full-content {
  display: none;
  position: fixed;
  width: 90vw;
  height: 90vh;
  background-color: #f2f2f2;
  color: #333;
  left: 5vw;
  top: 4vh;
  padding: 60px;
  overflow: auto;
  z-index: 1500;
}
.disclaimer .disclaimer-full-content h2 {
  text-align: center !important;
  margin-bottom: 20px;
}
.disclaimer .disclaimer-full-content p {
  font-size: 20px;
  margin: 10px 0 34px 0;
  line-height: 30px;
}
.disclaimer .disclaimer-full-content #d-poup-top {
  position: absolute;
  opacity: 0;
  top: 0;
}
.disclaimer .disclaimer-full-content .close-popup {
  position: fixed;
  width: 20px;
  height: 20px;
  right: 5vw;
  top: 4vh;
  z-index: 1600;
  background-color: transparent;
  border: none;
  z-index: 1600;
  margin: 20px 24px;
  opacity: 0.7;
}
.disclaimer .disclaimer-full-content .close-popup:before {
  height: 4px;
  background: #333;
  width: 24px;
  border-radius: 4px;
  content: "";
  top: 8px;
  left: -2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.disclaimer .disclaimer-full-content .close-popup:after {
  height: 4px;
  background: #333;
  width: 24px;
  border-radius: 4px;
  content: "";
  top: 8px;
  left: -2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.disclaimer .disclaimer-full-content .close-popup:focus,
.disclaimer .disclaimer-full-content .close-popup:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

body.show-disclaimer {
  overflow: hidden;
}
body.show-disclaimer:before {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
body.show-disclaimer .disclaimer-full-content {
  display: block;
}

.privacy .container .row p, .terms .container .row p, .terms .container .row li  {
  text-align: left;
}

.terms .container .row p, .terms .container .row li {
  font-size: 16px;
  line-height: 24px;  
}

.terms .container .row ol, .terms .container .row li {
      color: #707070;
      margin:0 34px;
}
.terms .container .row ol ol {
  margin: 0;
}
.terms .container .row li {
  padding-bottom: 15px;
}

.privacy .container .row h2, .terms .container .row h2 {
  margin: 100px 0 25px 0;
}

.privacy .container .row h4, .terms .container .row h4 {
  margin: 100px 0 25px 0;
}

.terms .container .row h3 {
  font-size: 18px;
}

.privacy, .terms {
  padding: 120px 0 100px 0;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 74px;
}
.faq p {
  padding: 0;
}
.otp-alert {
  top: 22px;
}
/*
======= RESPONSIVE CHANGES  ============
*/
@media only screen and (max-width: 1599px) {
  .hero {
    min-height: 640px;
  }
  .hero h2 {
    font-size: 56px;
  }
  .hero p {
    font-size: 34px;
  }
  .hero .hero-img img {
    width: calc(100% + 50px);
    height: auto;
  }
  .about h2 {
    margin-top: 160px;
  }
  .about .abt-feature-block .img-wrapper {
    height: 200px;
  }
  .about .abt-feature-block span {
    font-size: 24px;
  }
  .win-daily .feature-block .img-wrapper {
    width: 128px;
  }
  .win-daily .feature-block .details {
    padding-top: 12px;
  }
  .win-daily .feature-block p {
    font-size: 23px;
    line-height: 28px;
  }
  .win-daily .feature-block h4 {
    font-size: 30px;
  }
}

.error {
  color: #ff4546;
}

@media only screen and (max-width: 1199px) {
  .hero {
    min-height: 300px;
  }
  .hero h2 {
    font-size: 46px;
    line-height: 55px;
  }
  .hero p {
    font-size: 28px;
  }
  .hero .hero-img {
    margin-top: -12px;
  }
  .hero .hero-img img {
    width: calc(100%);
    height: auto;
  }
  .about {
    padding-top: 140px;
  }
  .about h2 {
    margin-top: 120px;
  }
  .about p {
    font-size: 22px;
  }
  .about .abt-feature-block .img-wrapper {
    height: 140px;
  }
  .about .abt-feature-block span {
    font-size: 18px;
  }
  .games p.more {
    font-size: 30px;
  }
  .win-daily .pull-up {
    margin-top: -120px;
  }
  .win-daily .feature-block {
    margin-bottom: 72px;
  }
  .win-daily .feature-block .img-wrapper {
    width: 96px;
  }
  .win-daily .feature-block .details {
    padding-top: 6px;
  }
  .win-daily .feature-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .win-daily .feature-block h4 {
    font-size: 26px;
  }
  .disclaimer {
    padding: 118px 0 152px 0;
  }
  .disclaimer p {
    font-size: 22px;
  }
  .disclaimer .read-more {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    min-height: initial;
    padding-top: 120px;
  }
  .hero .hero-img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .hero .hero-content {
    float: none;
    width: 100%;
    text-align: center;
    overflow: auto;
  }
  .hero .hero-content h2 {
    text-align: center;
  }
  .hero .hero-content .get-link-form {
    margin: 60px auto;
    max-width: 600px;
  }
  .hero .hero-content .get-link-form .input-wrapper {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 84px);
  }
  .hero .hero-content .get-link-form .prefix {
    line-height: 40px;
  }
  .hero .hero-content .get-link-form input[type="text"] {
    height: 40px;
    padding: 0 30px 0 48px;
  }
  .hero .hero-content .get-link-form button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .about {
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .about h2 {
    margin-top: 70px;
  }
  .about p {
    padding: 0 20px;
    font-size: 18px;
  }
  .about .abt-feature-block {
    margin-bottom: 30px;
  }
  .about .abt-feature-block .img-wrapper {
    height: 172px;
  }
  .about .abt-feature-block span {
    font-size: 22px;
  }
  .games {
    padding: 80px 0 40px 0;
  }
  .games img {
    margin-bottom: 48px;
  }
  .games p.more {
    padding: 24px 0 24px 0;
    font-size: 22px;
  }
  .win-daily {
    padding: 40px 0 24px 0;
  }
  .win-daily h2 {
    text-align: center;
  }
  .win-daily .pull-up {
    margin-top: 0;
  }
  .disclaimer {
    padding: 96px 0;
    text-align: center;
  }
  .disclaimer h2 {
    text-align: center !important;
  }
  .disclaimer p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px 0;
    text-align: center;
  }
  .disclaimer .read-more {
    font-size: 20px;
  }
  .disclaimer .disclaimer-full-content {
    padding: 60px 26px;
  }
  .disclaimer .disclaimer-full-content p {
    text-align: justify;
  }
  .disclaimer .disclaimer-full-content .close-popup {
    margin: 6px 3px;
  }
  .faq {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .hero h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero p {
    font-size: 27px;
  }
  .hero .get-link-form {
    margin: 60px 0;
  }
  .win-daily .feature-block {
    margin: 20px;
  }
  .win-daily .feature-block .img-wrapper {
    vertical-align: middle;
  }
  .win-daily .feature-block .img-wrapper img {
    max-width: 80%;
  }
  .win-daily .feature-block .details {
    margin-left: 24px;
    width: calc(100% - 130px);
    vertical-align: middle;
  }
  .win-daily .feature-block .details h4 {
    font-size: 24px;
  }
  .win-daily .feature-block .details p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 374px) {
  .win-daily .feature-block .img-wrapper {
    width: 100%;
  }
  .win-daily .feature-block .img-wrapper img {
    max-height: 100px;
    max-width: initial;
    width: auto;
  }
  .win-daily .feature-block .details {
    margin: 10px 0;
    width: 100%;
  }
  .win-daily .feature-block .details h4 {
    font-size: 24px;
    text-align: center;
  }
  .win-daily .feature-block .details p {
    font-size: 17px;
    text-align: center;
  }
  .disclaimer p {
    font-size: 15px;
    line-height: 20px;
  }
}
