.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.paragraphs {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  .paragraphs .container {
    max-width: 1200px;
  }
}
.paragraphs .title-primary {
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-bottom: 100px;
}
.paragraphs article {
  padding-bottom: 80px;
}
.paragraphs article:not(:first-of-type) {
  padding-top: 80px;
}
.paragraphs article .title-secondary {
  margin-bottom: 30px;
}
.paragraphs article .btn-wrapper {
  text-align: center;
}
.paragraphs article .btn-wrapper .btn-primary {
  margin: auto;
  margin-top: 35px;
  color: #000000;
}
.paragraphs article:nth-of-type(2n) {
  background-image: url('../../../../img/bg-characteristics.webp');
  background-size: cover;
}
@media (max-width: 1399.98px) {
  .paragraphs article {
    padding-bottom: 90px;
  }
  .paragraphs article:not(:first-of-type) {
    padding-top: 90px;
  }
}
@media (max-width: 991.98px) {
  .paragraphs .title-primary {
    margin-bottom: 60px;
    max-width: 95%;
  }
  .paragraphs article {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .paragraphs article {
    padding-bottom: 60px;
  }
  .paragraphs article:not(:first-of-type) {
    padding-top: 60px;
  }
}
