body, body * {
  overflow-x: unset !important;
}
.container.container-full-width {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .container.container-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container.container-full-width .row {
  margin: 0 !important;
}
.custom-block.sticky-screens .block-section {
  position: sticky;
  padding: 128px 0;
}
.custom-block.sticky-screens .st-wrap {
  display: flex;
  gap: 30px;
}
.custom-block.sticky-screens .st-col {
  width: calc(50% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}
.custom-block.sticky-screens .st-col.right {
  justify-content: flex-end;
}
.custom-block.sticky-screens p, .custom-block.sticky-screens td {
  font-size: 18px !important;
}
.custom-block.sticky-screens td {
  padding: 0 8px 25px !important;
}
@media screen and (max-width: 1500px) {
  .custom-block.sticky-screens .block-section {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.sticky-screens .block-section {
    position: relative;
    min-height: unset !important;
    top: unset !important;
  }
}
@media screen and (max-width: 600px) {
  .custom-block.sticky-screens .block-section {
    padding: 32px 0;
  }
  .custom-block.sticky-screens .st-wrap {
    flex-direction: column;
  }
  .custom-block.sticky-screens .st-col {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start !important;
  }
  .custom-block.sticky-screens .st-content{
    max-width: 100% !important;
  }
  .custom-block.sticky-screens table {
    width: 100%;
  }
  .custom-block.sticky-screens table tr{
    width: 100% !important;
  }
  .custom-block.sticky-screens table td{
    text-align: left !important;
    padding: 0 16px 25px !important;
    border-right: 1px solid #000 !important;
    width: 50% !important;
  }
  .custom-block.sticky-screens table td:last-child {
    border-right: none !important;
  }
  .custom-block.sticky-screens table tr:last-child td{
    padding-bottom: 0 !important;
  }
}