@media (max-width: 1920px) {

    .gx-180 {
        --bs-gutter-x: 80px;
    }

    .container-80 {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1600px) {
    .container-80 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1400px) {
    .fullscreen-page .referens {
        margin-bottom: 40px;
    }

    .container-80 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .thank-you-page-wrapper .scroll-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fullscreen-page .heading-block {
        margin-bottom: 40px;
    }

    .fullscreen-page .section-subtitle {
        font-size: 18px;
    }

    .gy-40 {
        --bs-gutter-y: 20px;
    }

    .table-page-wrapper .table-page {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .table-page .table-heading {
        margin-bottom: 0;
    }

    .gx-180 {
        --bs-gutter-x: 40px;
    }
}


@media (max-width: 1199.98px) {
    .sidebar-2.sidebar-2--secondary {
        margin-top: 60px
    }

    .otp-input {
        width: 54px;
        height: 60px;
        padding: 6px;
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .container-48 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .section-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .row--item.bg-item {
        display: none;
    }

    /* .steps__list {
    display: flex;
    align-items: start;
    width: 100%;
    flex-direction: column;
  }
  .step__item {
    --step-icon-size: 24px;
    flex: 1;
    display: flex;
    width: 100%;
    white-space: nowrap;
    align-items: center;
  }
  .step__icon-wrapper {
    position: relative;
    width: auto;
    padding-top: 24px;
    margin-right: 16px;
  }
  .step__item .info {
    padding-top: 24px;
    margin-top: 0;
  }
  .step__icon {
    width: var(--step-icon-size);
    height: var(--step-icon-size);
    min-width: var(--step-icon-size);
    color: rgba(102, 102, 102, 0.17);
  }
  .step__item + .step__item .step__icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - var(--step-icon-size));
    background-color: #e5e5e5;
  } */
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .border-between-lg>*:not(:last-child) {
        border-right: 1px solid rgba(93, 103, 126, 0.18);
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) {
    .sidebar-open .sidebar-2-pl.sidebar-2-pl--secondary {
        padding-left: 270px;
    }

    .sidebar-2-pl.sidebar-2-pl--secondary {
        padding-left: 0;
    }

    .sidebar-open .sidebar-2.sidebar-2--secondary {
        left: 0;
    }

    .sidebar-2.sidebar-2--secondary {
        left: -270px;
    }
}

@media (min-width: 1400px) {
    .gx-xxl-180 {
        --bs-gutter-x: 180px;
    }
}