/*Banner Section One*/

.banner-section-one {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-one {
        margin: 0;
    }
}

.banner-section-one .mobile-app-card {
    width: 90%;
    max-width: 1600px;
    display: flex;
    margin-top: 8rem;
    background-color: #fff;
    border-radius: 3.6rem;
}

.banner-section-one .mobile-app-card .col {
    flex-basis: 50%;
}

.banner-section-one .mobile-app-card .col.col-center {
    display: flex;
    justify-content: center;
}

.banner-section-one .mobile-app-card .col.col-center img {
    width: 36rem;
    height: auto;
    transform: scale(1.14);
    transform-origin: 50% 100%;
}

.banner-section-one .mobile-app-card .col.col-content {
    padding: 3.6rem 3.2rem 6rem 0;
}

.banner-section-one .mobile-app-card .col.col-content .right-align {
    display: flex;
    justify-content: end;
    color: #00bd1e;
    margin-bottom: 2.4rem;
}

.banner-section-one .mobile-app-card .col.col-content h3 {
    width: 75%;
    margin-bottom: 3.6rem;
}

.banner-section-one .mobile-app-card .col.col-content ul {
    list-style: none;
    width: 75%;
    margin-bottom: 3.6rem;
}

.banner-section-one .mobile-app-card .col.col-content ul li {
    margin-bottom: 2.4rem;
    display: flex;
    gap: 2rem;
}

.banner-section-one .mobile-app-card .col.col-content ul li svg {
    display: flex;
    flex-shrink: 0;
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .banner-section-one .mobile-app-card {
        flex-direction: column;
    }

    .banner-section-one .mobile-app-card .col {
        flex-basis: 50%;
    }

    .banner-section-one .mobile-app-card .col.col-content {
        padding: 3.6rem 3.2rem 6rem 3.2rem;
    }

    .banner-section-one .mobile-app-card .col.col-content h3 {
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .banner-section-one .mobile-app-card .col.col-content ul {
        list-style: none;
        width: 100%;
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .banner-section-one .mobile-app-card {
        flex-direction: column;
    }

    .banner-section-one .mobile-app-card .col {
        flex-basis: 50%;
    }

    .banner-section-one .mobile-app-card .col.col-content {
        padding: 3.6rem 3.2rem 6rem 3.2rem;
    }

    .banner-section-one .mobile-app-card .col.col-content h3 {
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .banner-section-one .mobile-app-card .col.col-content ul {
        list-style: none;
        width: 100%;
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-one .mobile-app-card {
        flex-direction: column;
    }

    .banner-section-one .mobile-app-card .col {
        flex-basis: 50%;
    }

    .banner-section-one .mobile-app-card .col.col-center img {
        width: 28rem !important;
        height: auto;
    }

    .banner-section-one .mobile-app-card .col.col-content {
        padding: 3.6rem 3.2rem 6rem 3.2rem;
    }

    .banner-section-one .mobile-app-card .col.col-content h3 {
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .banner-section-one .mobile-app-card .col.col-content ul {
        list-style: none;
        width: 100%;
        margin-bottom: 3.6rem;
    }
}

/*End of Banner Section One*/