.privacy-terms__content {
  width: 93%;
  padding-bottom: 100px;
  margin-bottom: 10px;
}

.info-block { margin-top: 60px; }

.info-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #472483;
  margin-bottom: 30px;
}

.info-block ul {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #202327;
}

.info-block p a,
.info-block ul li a,
.info-block ul li a:hover,
.info-block ul li a:active,
.info-block ul li a:visited,
.info-block ul li a:focus {
  color: #202327;
}

.terms-title {
  margin-top: 60px;
  width: 100%;
}

#terms-policy-footer {
  border-top: 1px solid #2d2d2d;
}

.privacy-terms__title {
  position: relative;
  margin-bottom: 15%;
}

.terms-title h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  color: #1A1541;
}

.navbar-try-mobile {
  display: inline;
}

.navbar-try-desktop {
  display: none;
}

.privacy-decoration, .terms-decoration {
  width: 265px;
  position: absolute;
  background: #FEDD6D;
  border-radius: 8px;
  height: 35px;
  z-index: -2;
  top: 9px;
}

.terms-decoration {
  width: 310px !important;
}

.text-block {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #202327;
}

.text-block span {
  font-weight: bolder !important;
}

@media (min-width: 992px){
  .navbar-expand-lg.navbar-alt .container{
    justify-content: center !important;
    margin: 0 auto;
  }

  .navbar-alt .navbar-brand{
    margin-left: 0 !important;
  }

  .info-block h2 {
    font-size: 30px;
    line-height: 28px;
  }

  .terms-title h1 { 
    font-size: 50px;
    font-weight: 800;
    line-height: 76px;
  }

  .navbar-try-mobile {
    display: none;
  }

  .navbar-try-desktop {
    display: inline;
  }

  .externals-cards-wrapper {
    max-width: 70vw;
    margin: 80px auto;
  }
  
  .externals-cards {
    min-height: 68px;
    align-items: center;
    padding: 20px 50px;
  }

  .externals-cards h3,
  .externals-cards span,
  .externals-cards a,
  .externals-cards p {
    font-size: 16px;
    line-height: 28px;
    max-width: -webkit-fill-available;
  }

  .externals-cards h3:nth-child(2),
  .externals-cards a {

    margin: 0;
    padding: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: space-between;
  }

  .left-margin {
    margin-left: 4vw;
  }

  .navbar-buttons {
    position: inherit;
  }

  .privacy-terms__content {
    width: 65%;
  }

  .terms-decoration {
    width: 480px !important;
  }

  .privacy-terms__title {
    margin-bottom: 7%;
  }

  .privacy-decoration, .terms-decoration {
    width: 415px;
    height: 46px;
    top: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #terms-policy-navbar .navbar {
    padding: 31px 24px;
  }

  #terms-policy-navbar .try-button {
    width: 90px;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
  }

  #terms-policy-navbar .navbar-buttons {
    gap: 10px;
  }

  #terms-policy-navbar .nav-item {
    padding-left: 12px;
  }
}