@media (width < 1500px) {
    .section-padding {
        padding-inline: 20px;
    }
}

@media (width < 1200px) {
    .offer__item .offer__content {
        padding-top: 20px;
        padding-left: 16px;
        padding-right: 5px;
        grid-column: span 1;
    }
    .statistics .section-padding {
        padding: 0;
    }
    .dialog {
        border-radius: 10px;
    }

    .dialog__padding {
        padding-inline: 10px;
    }
    /* .support__container .dialog__padding {
        padding-inline: 48px;
    } */

    .none-1200 {
        display: none;
    }

    .dialog__close {
        width: 17.5px;
        height: 17.5px;
        top: 21px;
        right: 11.5px;
    }

    

    .call-to-action__action {
        margin-top: 0;
        padding: 8px 20px;
    }




    /* header */
    .nav__list {
        display: none;
    }

    .header {
        padding: 10px 15px;
    }

    .dialog__container {
        padding: 35px 10px;
    }

    .header__container {
        background: #081018;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .header__burger {
        display: block;
        cursor: pointer;
        transition: scale 0.5s;
    }
    .header__burger:active {
        scale: 1.2;
    }

    .header__spot:nth-child(1) {
        /* width: 500px; */
        top: 0px;
        left: -200px;
    }




    /* statistics */

    .statistics__container {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

    .statistics__list {
        width: auto;
        justify-content: center;
        align-content: center;
        background: none;
        gap: 20px;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        margin-bottom: 40px;
    }

    .statistics__subtitle {
        line-height: 1;
    }

    .statistics__title {
        line-height: 1;
    }

    .statistics__item {
        border-radius: 20px;
        border: 1px solid #0C6ECD;
        width: clamp(10rem, 5.408rem + 19.592vw, 25rem);
        aspect-ratio: 1;
    }

    /* .statistics__item:nth-child(1) {
        order: 1;
    }
    .statistics__item:nth-child(4) {
        order: 2;
    }
    .statistics__item:nth-child(3) {
        order: 3;
    }
    .statistics__item:nth-child(2) {
        order: 4;
    } */

    .statistics__item__hidde {
        display: none;
    }

    .statistics__item__hidde {
        display: flex;
    }

    .statistics .contact__img {
        display: none;
    }

    .statistics .contact__text {
        display: block;
        width: 100%;
        max-width: initial;
        text-align: center;
        line-height: 1;
        margin-bottom: 20px;
        text-decoration: underline;
    }

    .statistics__header {
        text-align: center;
        width: initial;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .statistics__header-wrap {
        padding-inline: 20px;
        background: linear-gradient(89.17deg, #01C8FF -26.15%, #0A3DAC 98.33%);
    }

    /* problems */
    .problems__list {
        grid-template-columns: repeat(3, 1fr);
    }


    /* difference */
    .different__container {
        /* padding-left: 20px; */
    }

    .difference-list__item {
        /* display: grid; */
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        row-gap: 20px;
        column-gap: 21px;
    }

    .difference-list__number {
        margin-left: 0;
        order: -1;
        background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .difference-list__description {
        grid-column: 2/3;
        max-width: initial;
    }

    .difference-list__header {
        line-height: 1.1;
        padding-right: 0;
    }

    .partners__head {
        align-items: center;
        padding-left: 0;
    }

    /* partners */
    .partners__container {
        padding-top: 60px;
    }

    .partners__list {
        padding-top: 0;
        grid-template-columns: repeat(8, 1fr);
        gap: 20px;
        padding-block: 25px;
        padding-bottom: 20px;
        /* margin-bottom: 40px; */
    }

    .partners__img {
        height: 26px;
        filter: grayscale(1) brightness(1000%);
    }

    .partners .head__description {
        padding-bottom: 0;
    }

    /* help */
    .help__container {
        padding: 27px 54px;
        padding-right: 0;
        flex-direction: column;
        align-items: center;
        gap: 21px;
        /* margin-inline: 20px; */
        margin-bottom: 40px;
    }

    .help__text {
        display: none;
    }



    .help__contact {
        display: flex;
        align-items: center;
        gap: 30px;
    }





    /* dialog-header */
    .dialog-header {
        letter-spacing: 0.05em;
        font-weight: 700;
        /* line-height: 27.6px; */
    }




    /* market-making */

    .market-making-list__content,
    .market-making-list__link {
        padding-right: 0;
        padding-left: 20px;
        padding-right: 10px;
        padding-block: 14px;
    }

    .market-making-list__link {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* tokenomics */

    .tokenomics-head {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .tokenomics-head__divider {
        display: none;
    }

    .tokenomics-head {
        gap: 30px;
    }

    .tokenomics-head__header {
        font-weight: 400;
        text-transform: uppercase;
    }

    .tokenomics__title {
        display: none;
    }

    

    .tokenomics__item {
        width: auto;
        height: auto;
        aspect-ratio: initial;
    }

    .tokenomics__content {
        padding: 20px;
    }

    
    .tokenomics__item:nth-of-type(3) {
        order: 4;
    }
    
    .tokenomics__item:nth-of-type(4) {
        order: 3;
    }

    .tokenomics__link {
        flex-direction: row;
        padding: 0;
    }

    .tokenomics__link-img {
        width: 21px;
        height: 6px;
    }


    /* support */
    .support__container {
        padding: 0;
        padding-block: 30px;
    }

    .support__header {
        margin-bottom: 15px;
    }

    .support__subheader {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .support__text {
        max-width: 226px;
        margin-bottom: 30px;
    }





    /* ventures */
    .ventures__subheader {
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .ventures__text {
        display: none;
    }

    .ventures__title {
        margin-bottom: 10px;
    }

    /* requirements */
    .requirements__item {
        /* padding: 0; */
    }

    .requirements {
        column-gap: 5px;
        row-gap: 7px;
    }

    .requirements__wrap {
        column-gap: 5px;
        row-gap: 7px;
    }

    .requirements:nth-of-type(2) {
        background-color: red;
        flex-direction: column;
    }

    .requirements__item:nth-child(1) {
        grid-column: span 2;
        order: 1;
    }

    .requirements__item:nth-child(2) {
        grid-column: span 10;
        order: 2;
    }

    .requirements__item:nth-child(6) {
        grid-column: span 3;
        order: 3;
    }

    .requirements__item:nth-child(3) {
        grid-column: span 9;
        order: 4;
    }

    .requirements__item:nth-child(4) {
        grid-column: span 12;
        order: 5;
    }

    .requirements__item:nth-child(7) {
        grid-column: span 7;
        order: 6;
    }

    .requirements__item:nth-child(5) {
        grid-column: span 5;
        order: 7;
    }

    .ventures-footer {
        flex-direction: column;
        gap: 13px;
        margin-bottom: 21px;
    }

    .ventures-footer__img {
        width: 37px;
        height: 37px;
        left: -35px;
        top: -15px;
    }

    .ventures-footer .ventures-footer__item {
        margin-left: 24px;
    }

    .ventures-button {
        gap: 5px;
        padding-block: 12px;
        padding-inline: 30px;
    }

    /* OTC-escrow */
    .OTC-escrow__divider {
        display: none;
    }




    .show-menu {
        padding-block: 10px;
        background-color: #081018;
        border-radius: 10px;
        width: max-content;
        padding-inline: 1rem;
        position: absolute;
        z-index: 100;
        top: 40px;
        right: -15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    /* partnership */
    .partnership-list {
        /* margin-bottom: 20px; */
    }

    .partnership-list__img {
        left: -10px;
    }

    .partnership-footer {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .partnership-footer__header {
        font-weight: 400;
    }

    .partnership-footer__button {
        margin-bottom: 0;
    }

    .market-making-list__link {
        justify-content: center;
    }

    .OTC-escrow__head {
        flex-direction: column;
        gap: 13px;
        margin-bottom: 29px;
        align-items: start;
    }

    .help {
        padding-bottom: 40px;
    }

    .help__container {
        margin-bottom: 0;
    }

    

    .partners__list-wrap {

        background-color: #081018;
    }
    
    .partners__list {
        animation: text 10s infinite linear;
    }

    .partners__list {
        margin-left: 0;
    }

    .tokenomics__item, .tokenomics__content {
        border-radius: 10px;
    }

    .tokenomics__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, auto);
        gap: 10px;
    }

    .tokenomics-head__header {
        grid-column: 1/3;
        margin-bottom: 15px;
    }

    .tokenomics-head__content {
        /* grid-row: 2/3; */
        grid-column: 1/3;
        order: -1;
        margin-bottom: 20px;
    } 

    .ventures__header {
        margin-bottom: 20px;
    } 

    .tokenomics__header {
        letter-spacing: 1px;
        margin-bottom: 7px;
    }
    

    @keyframes text {
        0% {
            transform: translate(100vw, 0);
        }

        100% {
            transform: translate(-1100px, 0);
        }
    }
}



@media (width < 1000px) {
    .switch {
        display: flex;
    }
    .offer__head {
        display: flex;
        justify-content: space-between;
    }

    .project-form__form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    /* offer */
    .offer__container {
        /* padding-left: 20px; */
    }

    .offer__header {
        /* padding-left: 20px; */
    }

    .offer__list {
        /* padding-left: 20px; */
        overflow-x: auto;
        grid-template-columns: repeat(7, 250px);
        grid-auto-flow: column;
        width: 100%;
    }

    .offer__list .offer__item {
        grid-column: span 1;
    }

    



    

    .offer__img {
        margin-bottom: 20px;
    }

    .offer__item .offer__title {
        margin-bottom: 10px;
    }

    .offer__item .offer__description {
        margin-bottom: 25px;
    }

    .offer__item .offer__learn-more {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
    }


    .OTC-escrow__statistics-header {
        display: block;
    }

    .support-list {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: initial;
        column-gap: 10px;
        row-gap: 5px;
    }

    .support-list .support-list__item {
        grid-row: span 1;
        grid-column: span 1;
    }

    .support-list .support-list__content {
        padding: 17px 15px 14px 10px;
    }

    .support-list .support-list__img {
        margin-bottom: 5px;
    }

    .support-list .support-list__header {
        margin-bottom: 5px;
    }

    .support-list__link-text {
        margin: 5px;
    }



    .none-1000 {
        display: none;
    }

    /* footer */
    .footer {
        padding-top: 15px;
        border-top: none;
    }

    .footer__spot {
        scale: 1.5;
    }

    .footer__top {
        border-top: 1px solid #ABAAAA;
        flex-direction: column;
        padding-left: 20px;
        padding-top: 16px;
    }

    .footer__logo2 {
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .footer__header {
        display: flex;
        justify-content: space-between;
    }

    .footer__twiter-img2 {
        display: block;
        padding-right: 15px;
    }

    .footer-list__header {
        font-size: 12px;
        font-weight: 700;
        line-height: 13.8px;
    }

    .footer__social {
        display: none;
    }

    .footer-bottom__copyright {
        font-family: Inter;
        font-weight: 400;
        line-height: 10.4px;
        padding-left: 0;
    }

    .footer-bottom__data2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 20px;
        padding-bottom: 15px;

        font-family: Inter;
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
        color: #788A9F;
    }

    .footer-list {
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .footer__logo2 {
        display: block;
    }

    
    /* main-header */
    .main-header__star-left {
        display: none;
    }

    .main-header__container {
        /* padding-top: 60px; */
        padding-left: 20px;
        /* padding-bottom: 100px; */
    }

    .main-header__header {
        /* margin-left: 0; */
    }

    .main-header__subheader {
        /* margin-left: 0; */
        /* line-height: 1; */
        max-width: 200px;
    }
    .main-header__subheader {
        margin-top: 5px;
    }

    /* .main-header__header-bottom {
        margin-left: 0;
    } */



    .head {
        grid-template-columns: 1fr;

    }

    .head__header {
        max-width: initial;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .head__description {
        /* line-height: 16.8px; */
    }

    .head__divider {
        display: none;
    }

    
    /* problems */
    .problems__container {
        padding-top: 60px;
    }

    


    /* OTC-escrow */

    .OTC-escrow__header {
        /* padding-top: 30px; */
    }

    .OTC-escrow__container {
        padding-inline: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }



    .OTC-escrow__title {
        text-transform: uppercase;
        font-family: Helvetica;
        font-weight: 400;
    }

    .OTC-escrow__statistics {
        padding-block: 20px;
    }

    .OTC-escrow__statistics .OTC-escrow__item {
        margin-top: 0;
        gap: 0;
    }

    .OTC-escrow__statistics .OTC-escrow__item:first-child {
        display: none;
    }

    .OTC-escrow__statistics {
        grid-template-columns: repeat(3, 1fr);
    }

    .how-works__step-text {
        display: none;
    }

    .how-works__content {
        padding: 13px 6px 14px 7px;
    }

    .how-works__step {
        margin-bottom: 9px;
    }

    .how-works__title {
        margin-bottom: 6px;
    }

    .how-works__list {
        gap: 3px;
    }

    .how-works {
        margin-bottom: 16px;
    }

    .OTC-escrow__button {
        padding-block: 15px;
        font-weight: 700;

    }

    .OTC-escrow__statistics-wrap {
        margin-bottom: 20px;
    }



    .market-making__title {
        font-weight: 400;
        line-height: 23px;

        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .support-list__item:nth-child(1) {
        order: 1;
    }
    .support-list__item:nth-child(2) {
        order: 3;
    }
    .support-list__item:nth-child(3) {
        order: 2;
    }

    .support-list__item:nth-child(4) {
        order: 5;
    }
    .support-list__item:nth-child(5) {
        order: 4;
    }
    .support-list__item:nth-child(6) {
        order: 6;
    }

    .head__header {
        padding-left: 0;
    }
    .head__description {
        padding-left: 0;
    }
    .offer .section-padding {
        padding: 0;
    }
    .offer__head, .offer__list {
        padding-left: 20px;
    }

    /* .box__img {
        margin-bottom: 10px;
    } */
    
}
.show-800 {
    display: none;
}
@media (width < 800px) {
    
    .main-header__subheader {
        max-width: 118px;
    }
    .show-800 {
        display: block;
    }
    .none-800 {
        display: none;
    }
    .partners__container {
        padding-top: 60px;
        padding-bottom: 34px;
    }


    .support-statistics {
        background-color: #081018;
        background-image: radial-gradient(#08BDF2 5%, transparent 20%);

        height: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: initial;
        gap: 1px;
        margin-bottom: 30px;
    }

    .support-statistics__item {
        gap: 0;
        padding: 10px;
        background-color: #081018;
    }

    .support-statistics__item:last-child .support-statistics__title {
        text-wrap: nowrap;
    }

    .help__contact .contact__text {
        font-weight: 700;
        letter-spacing: 0.02em;
        max-width: 100px;
    }

    /* listing-strategy */
    .listing-strategy__head {
        flex-direction: column;
        gap: 13px;
        margin-bottom: 21px;
    }

    .listing-strategy-list {
        /* gap: 7.93px; */
    }

    .listing-strategy__subheader {
        font-weight: 400;
        text-transform: uppercase;
    }

    .listing-strategy__descriptions {
        padding-top: 0;
        gap: 12px;
    }

    .listing-strategy-list__content {
        padding: 10px 9px;
    }

    .listing-strategy-list__link {
        gap: 5px;
    }

    .listing-strategy-list__item,
    .listing-strategy-list__content {
        border-radius: 5px;
    }

    .listing-strategy-list {
        grid-template-rows: auto auto repeat(3, 1fr);
    }
    .listing-strategy__subheader {
        margin-bottom: 15px;
        grid-column: 1/5;
    }
    
    .listing-strategy__descriptions {
        grid-column: 1/5;
    }
    .listing-strategy__descriptions {
        margin-bottom: 25px;
    }


    
}

.show-600, .show-span-600 {
    display: none;       
}

@media (width < 600px) {
    .contact-us__form {
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        gap: 17px;
    }
    .contact-us__label-textarea {
        grid-column: 1/2;
    }
    .contact-us__label-text {
        font-weight: 400;
    }
    .contact-us__label-textarea {
        margin-top: 0;
    }
    .contact-us__button {
        font-weight: 400;
    }









    .problems__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .none-600 {
        display: none;
    }
    .show-600 {
        display: block;
    }
    .show-span-600 {
        display: inline;
    }

    .help__contact .contact__img {
        width: 64.74px;
        height: 40px;
        border-radius: 10px;
        padding: 8px 18.24px 7.45px 16.06px;
    }

    .footer__nav {
        display: flex;
        gap: 95px;
        width: initial;
    }

    /* statistics */
    .none-600 {
        display: none;
    }

    /* market */
    .market-making-list__link {
        gap: 10px;
    }

    .market-making__description {
        max-width: 330px;
        font-weight: 400;
        /* line-height: 16.8px; */
        letter-spacing: -0.025em;
        margin-bottom: 30px;
    }

    .market-making__title {
        
    }

    .market-making-list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 23.5px;
    }

    .market-making-list__content {
        padding-right: 0;
        /* padding-left: 20px; */
        padding-right: 10px;
        padding-block: 14px;
        display: flex;
        gap: 26px;
        align-items: center;
    }



    .market-making-list__title {
        max-width: 69px;
        margin: 0;
    }

    .market-making-list__link {
        display: none;
    }

    .market-making__stars {
        display: none;
    }

    .market-making__footer {
        font-weight: 400;
        margin-bottom: 11.5px;
        letter-spacing: -0.025em;
    }

    .market-making__button {
        width: max-content;
        display: flex;
        gap: 10px;
        align-items: center;
        background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
        border-radius: 5px;
        text-transform: uppercase;

        font-size: 12px;
        font-weight: 700;
        line-height: 13.8px;
        padding: 8px 40px;
        letter-spacing: 0.03em;
    }

    .market-making__button-img {
        width: 36.49px;
        height: 25.94px;
        border-radius: 10px;
        padding: 5.16px 10.13px 4.8px 9.05px;

        border: 1px solid white;
    }
    .header {
        padding: 15px 5px;
    }
    .main-header__container {
        padding-top: 50px;
    }
    
    .main-header__header {
        margin-bottom: 10px;
    }
    .call-to-action {
        padding-right: 15px;
        gap: 10px;
    }
    .call-to-action__action {
        flex-grow: 1;
    }
    .statistics__item {
        padding-bottom: 0;
    }
    
    .statistics__header-wrap {
        padding-inline: 19px;
    }
    .statistics__header {
        /* text-align: left; */
        padding: 25px 0px;
        margin-bottom: 0;
        padding-bottom: 16px;
    }
    .statistics .contact__text {
        margin-bottom: 25px;
    }
    .problems__container {
        padding-top: 40px;
    }
    .head__content {
        padding-left: 0;
    }
    .problems .head__header {
        margin-bottom: 13px;
    }
    .problems .head__description {
        padding-bottom: 20px;
    }
    .problems__container .head {
        margin-bottom: 0px;
    }
    /* .box__img {
        margin-bottom: 6px;
    } */
    .different__container {
        padding-top: 65px;
    }
    .difference-list__item {
        padding-top: 0;
    }
    .difference-list__header {
        text-transform: none;
        width: 170px;
        margin-top: -5px;
    }
    .difference-list__description {
        padding-right: 15px;
    }
    .difference-list__item {
        margin-bottom: 3px;
    }
    .difference-list__item {
        column-gap: 18px;
        row-gap: 21px;
    }
    .offer__container {
        padding-top: 72px;
    }
    .offer__header {
        margin-bottom: 20px;
    }
    .offer__item .offer__img {
        padding-left: 15px;
        height: 50px;
    }
    .offer__description {
        padding-right: 35px;
    }
    .offer__item {
        border-radius: 10px;
    }
    .offer__bottom {
        height: 44px;
    }
    .offer__learn-more {
        padding-left: 15px;
    }
    .offer__list {
        gap: 20px;
    }
    .switch__img {
        margin-top: 15px;
    }
    .partners .head__header {
        margin-bottom: 18px;
    }
    .partners .head {
        margin-bottom: 15px;
    }
    .help__container {
        border-radius: 10px;
        padding-left: 10px;
        padding-bottom: 30px;
    }
    .help {
        padding-bottom: 40px;
    }
    
    .footer-list__header {
        margin-bottom: 0;
    }
    .footer-list {
        gap: 10px;
    }
    .footer__nav {
        gap: 110px;
    }
    .footer-bottom__container {
        padding-block: 15px;
    }
    .market-making {
        letter-spacing: 1px;
    }
    .market-making__header {
        margin-bottom: 16px;
    }
    
    .market-making-list__item, .market-making-list__content {
        border-radius: 10px;
    }
    .market-making-list__content {
        gap: 34px;
    }
    .market-making-list__title {
        letter-spacing: 0.5px;
    }
    .market-making-list__description {
        letter-spacing: 0;
    }


    .tokenomics-head__description {
        max-width: 309px;
        letter-spacing: -0.025em;
    }

    
    .tokenomics__container {
        padding-bottom: 20px;
    }
    .dialog__container {
        padding-top: 33.5px;
    }
    .tokenomics-head__description {
        margin-bottom: 3px;
    }
    .tokenomics-head__header {
        letter-spacing: 0.05em;
    }
    .tokenomics__content, .tokenomics__item {
        border-radius: 10px;
    }
    .tokenomics__content {
        padding-bottom: 23px;
    }
    
    .tokenomics__item:nth-child(3) .tokenomics__content {
        padding-inline: 20px;
        padding-block: 15px;
    }
    .support__header {
        margin-bottom: 19px;
    }
    .support__subheader {
        letter-spacing: 0.035em;
    }

    .support-list__content, .support-list__item {
        border-radius: 10px;
    }
    .support-list .support-list__content {
        padding-bottom: 15px;
        padding-right: 5px;
    }
    .support-list__img {
        margin-top: 4px;
        margin-left: 2px;
    }
    .support-list .support-list__header {
        max-width: 120px;
    }
    .ventures__header {
        margin-bottom: 15px;
    }
    .ventures__subheader {
        letter-spacing: 0.04em;
    }
    .requirements__item {
        padding: 3px;
    }
    .requirements {
        margin-bottom: 25px;
    }
    .ventures-footer__text {
        max-width: 206px;
    }
    .ventures-footer {
        margin-bottom: 25px;
    }
    .ventures-button {
        border-radius: 5px;
    }
    .OTC-escrow__header {
        margin-bottom: 15px;
    }
    .OTC-escrow__title {
        /* max-width: 246px; */
        letter-spacing: 0.035em;
    }
    .OTC-escrow__description {
        max-width: 281px;
        letter-spacing: -0.03em;
        margin-bottom: 5px;
    }
    .how-works__step {
        margin-top: 8px;
        
    }
    .how-works__step-number {
        letter-spacing: 0.05em;
    }
    .how-works__title {
        max-width: 50px;
        margin-bottom: 10px;
    }
    .how-works__content {
        padding-right: 0px;
    }
    .how-works__content, .how-works__item {
        border-radius: 10px;
    }
    .OTC-escrow__container {
        padding-bottom: 20px !important;
    }
    .listing_strategy__header {
        margin-bottom: 15px;
    }
    .listing-strategy__subheader {
        letter-spacing: 0.03em;
        /* margin-bottom: 2px; */
    }
    .listing-strategy__description {
        max-width: 281px;
        letter-spacing: -0.03em;
    }
    .listing-strategy-list__link {
        border-radius: 5px;
    }
    .partnership__header {
        margin-bottom: 15px;
    }
    .partnership__list-header {
        text-transform: uppercase;
        letter-spacing: 0.02em;
        margin-bottom: 15px;
    }
    .partnership-list__item:nth-child(1) {
        order: 1;
    }
    .partnership-list__item:nth-child(2) {
        order: 2;
        /* margin-left: 35px; */
    }
    .partnership-list__item:nth-child(6) {
        order: 3;
    }
    .partnership-list__item:nth-child(3) {
        order: 4;
        /* margin-left: 35px; */
    }
    .partnership-list__item:nth-child(5) {
        order: 5;
    }
    .partnership-list__item:nth-child(4) {
        order: 6;
        /* margin-left: 35px; */
    }
    .partnership-list {
        margin-bottom: 10px;
    }
    
    .partnership-footer__header {
        /* max-width: 153px; */
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    .partnership-footer__button {
        padding: 11px 30px;
        border-radius: 5px;
    }
    .partnership__button-text, .listing-strategy-list__link {
        font-weight: 700;

    }
    .project-form input:not([type="file"]) {
        padding-bottom: 0;
    }
    .project-form__CAPTCHA {
        margin-bottom: 10px;
    }
    .partnership-footer__header {
        margin-top: 30px;
    }
    .partnership-footer__button {
        grid-column: 1/3;
        margin-top: 15px;
    }
}

@media (width < 400px) {
    .problems__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .box {
        background: transparent;
    }

    .box__header {
        margin-bottom: 5px;
    }

    .box__content {
        padding: 0;
        background: transparent;
    }
}


 

.OTC-escrow__container {
    padding-inline: 0;
    padding-bottom: 40px;
}

@media (width < 1800px) {
    .dialog {
        max-width: 80vw;
    }
    .project-form {
        max-width: 70vw;
    }
}
@media (width <= 1500px) {
    .container, .dialog {
        max-width: 100vw;
    }
    .project-form {
        max-width: 90vw;
    }
}
@media (width < 1290px) {
    .project-form {
        max-width: 100vw;
    }
}


@media (width > 2000px) {
    .dialog {
        max-width: 1290px;
    }
    .container {
        max-width: 1450px;
    }
}