.section-terms { background: #F9F9F9; }

.section-terms .section-terms-container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #39455E;
}

i.legal-heading-italic { 
  font-style: italic; 
}

ul.terms-list-padding { 
  padding-left: 40px; 
}

.terms-list-padding li { 
  list-style-type: circle; 
}

.section-terms .section-terms-container td {
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #39455E;
}

.legal-ghost-tr { 
  height: 10px; 
}

.section-terms .section-terms-container div, .section-terms .section-terms-container p {
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #39455E;
}

.section-terms .section-terms-container a {
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #7089BE;
}  

.hscroll { 
  overflow-x: auto; 
}

@media (max-width: 768px) {
  .section-terms .section-terms-container .legal-mobile-size {
    font-size: 20px !important;
  }
}

.legal-dropdown { 
  margin: 50px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #39455E;
}

.legal-segment-link { 
  text-align: left;
  padding-bottom: 50px;
  text-decoration: underline;
}

.section-terms .section-terms-container .legal-segment-link a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #39455E;
}
  
#legal-segment-padding { 
  padding: 0 80px; 
}

#legal-b2b-link { padding-right: 120px; }
  
@media (max-width: 800px) {
  .legal-segment-link a, .legal-segment-link-2 a { display: block; }
    #legal-segment-padding { padding: 20px 0; }
    #legal-b2b-link { padding-bottom: 20px; padding-right: 0; }
}

.legal-segment-link-2 { text-align: left; padding: 50px 0 40px 0; font-size: 20px; text-decoration: underline; }

