.pages-bg img {
  object-position: bottom;
}
.f-disclaimers {
  position: relative;
  width: 100%;
  height: auto;
  background: #E4E4E4;
  display: flex;
  justify-content: center;
}
.f-disclaimers-container {
  width: var(--maxWidth);
  min-width: 850px;
  height: auto;
  padding: 0 10rem;
}

.f-disclaimers-content {
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 32px;
  margin: 50px 0 150px 0;
  text-align: justify;
}
.pages-tab {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .pages-tab {
    display: block;
  }
  .f-disclaimers-container {
    min-width: auto;
    padding: 0 20px;
  }
  .f-disclaimers-content {
    font-size: 16px;
    margin: 30px 0 80px 0;
    line-height: 28px;
    
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}