@media (max-width: 1600px) {
    section.mobile-app .mabile-app-wrapper img {
        width: 700px;
    }
}

@media (max-width: 1440px) {
    section.mobile-app .mobile-app-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.mobile-app .mobile-app-wrapper h1 {
        margin-top: 0;
    }

    section.mobile-app .info-wrapper {
        align-items: center;
        text-align: center !important;
    }

    section.why-we ul {
        gap: 32px;
    }
}

@media (max-width: 1200px) {
    section.google-play .google-play-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center !important;
    }
}

@media (max-width: 1000px) {
    section.mobile-app .mobile-app-wrapper img {
        width: 100%;
    }
}

@media (max-width: 700px) {


    section.mobile-app .wrapper {
        padding-inline: 32px;
    }

    section.form-bg-screen {
        border-radius: 20px;
    }

    section.google-play .google-play-wrapper img {
        width: 100%;
    }

    section.mobile-app .wrapper {
        gap: 24px;
    }
}

@media (max-width: 500px) {
    section.why-we ul li {
        height: 341px;
    }

    h2 {
        font-size: 32px !important;
        line-height: 100%;
    }

    section.why-we ul li {
        border-radius: 40px;
        padding: 28px;
    }

    section.google-play .text {
        font-size: 16px;
        text-align: left;
    }

    section.mobile-app-safety .text {
        font-size: 16px;
    }

    section.mobile-app .info-wrapper {
        padding-bottom: 0;
    }

    .form-bg-container {
        padding: 16px;
    }

    section.why-we ul li .number-1 {
        width: 247px;
        bottom: -5px;
        left: 115px;
    }

    section.why-we ul li .number-2 {
        width: 265px;
        top: 150px;
    }

    section.why-we ul li .number-3 {
        width: 340px;
    }

    section.mobile-app .mobile-app-bg-circle-left {
        top: -10px;
    }
    

    section.why-we ul li .name {
        font-size: 24px;
    }

    section.mobile-app .wrapper {
        justify-content: center !important;
    }

    section.mobile-app .mobile-app-wrapper h1 {
        font-size: 36px !important;
        line-height: 100%;
        text-align: center !important;
    }

    section.mobile-app .mobile-app-wrapper .text {
        font-size: 16px;
    }

    section.mobile-app .wrapper {
        padding-inline: 16px;
    }

    footer {
        margin: 64px 20px 20px 20px !important;
        padding-top: 20px !important;

    }

    footer img {
        margin: 0 auto;
    }

    footer .footer-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    section.mobile-app-safety {
        padding-bottom: 0;
    }

    section.mobile-app-safety ul li {
        border-radius: 24px;
        padding: 40px 20px;
        min-height: auto;
    }

    section.mobile-app-safety ul li .text-wrapper {
        font-size: 16px;
    }

    section.google-play {
        padding-top: 0 !important;
        padding-bottom: 32px !important;
    }

    section.mobile-app-safety ul {
        margin-top: 32px;
    }

    section.mobile-app-safety ul li img {
        width: 100%;
    }

    section.mobile-app-safety ul li .name {
        font-size: 20px;
    }

    section.mobile-app-safety ul li .text {
        font-size: 16px;
    }
}

@media (max-width: 431px) {
    section.why-we ul li .number-1 {
        width: 232px !important;
        bottom: -1px !important;
    }

    section.why-we ul li .number-1 {
        width: 247px;
        bottom: -5px;
        left: 115px;
    }

    section.why-we ul li {
        min-height: 330px;
    }

    section.why-we ul li .number-2 {
        width: 265px;
        top: 75px !important;
    }

    section.why-we ul li:nth-child(2) {
        min-height: auto;
        height: 300px;
    }

    section.why-we ul li:nth-child(3) {
        min-height: auto;
        height: 300px;
    }

    section.why-we ul li .number-3 {
        bottom: 01px;
    }

    section {
        margin: 16px !important;
    }
}