body, body * {
  overflow-x: unset !important;
}
.custom-block.sticky-screens-min-2 .wrapc {
  display: flex;
  position: relative;
}
.custom-block.sticky-screens-min-2 .sticky-section-wrap {
  width: 40%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 100px;
}
.custom-block.sticky-screens-min-2 .sticky-section {
  position: sticky;
  top: 170px;
}
.custom-block.sticky-screens-min-2 .scrolable-section {
  width: 60%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-block.sticky-screens-min-2 .section-item {
  display: block;
  border-radius: 16px;
  padding: 32px 40px;
  position: relative;
}
.custom-block.sticky-screens-min-2 .section-item:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  right: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M1 17L17 1M17 1H1M17 1V17" stroke="black" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-block.sticky-screens-min-2 .section-item:hover {
  text-decoration: none;
}
.custom-block.sticky-screens-min-2 .section-item .content ul {
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
  margin-bottom: 0;
}
.custom-block.sticky-screens-min-2 .section-item .content li {
  list-style: disc;
}
.custom-block.sticky-screens-min-2 .section-item .logo img {
  width: 100%;
  height: auto;
  max-width: 170px;
  max-height: 50px;
}
.custom-block.sticky-screens-min-2 .section-item .separator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 24px 0;
}
.custom-block.sticky-screens-min-2 .section-item.dark {
  color: #fff;
}
.custom-block.sticky-screens-min-2 .section-item.dark:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M1 17L17 1M17 1H1M17 1V17" stroke="white" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round"/></svg>');
}
.custom-block.sticky-screens-min-2 .section-item.dark .separator {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .custom-block.sticky-screens-min-2 .wrapc {
    flex-direction: column;
    gap: 30px;
  }
  .custom-block.sticky-screens-min-2 .sticky-section-wrap {
    width: 100%;
    padding-right: 0;
  }
  .custom-block.sticky-screens-min-2 .sticky-section {
    position: relative;
    top: 0;
    text-align: center;
  }
  .custom-block.sticky-screens-min-2 .scrolable-section {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.sticky-screens-min-2 .section-item {
    padding: 32px 32px;
  }
  .custom-block.sticky-screens-min-2 .section-item .logo img {
    max-width: 150px;
  }
  .custom-block.sticky-screens-min-2 .section-item .separator {
    margin: 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .custom-block.sticky-screens-min-2 .section-item .content ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}