.banner-container {
    background: #f5f5f5;
    width: 100%;
    height: 282.01px;
    display: flex;
    position: relative;
    margin-top: 40px;
}
.left {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
}
.title-download {
    width: 90%;
    margin-top: 30px;
    margin-left: 42px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .5px;
    text-align: left;
    color: #0173b9;
    margin: auto;
}
.logo-section {
    width: 85%;
    height: 101px;
    margin-left: 42px;
    border-radius: 9.36px;
    box-shadow: 0 1.8px 5.6px 0 #e3e3e3;
    background: #fff;
    display: flex;
}
.mini-logo {
    margin: auto;
    flex: 20%;
    text-align: center;
}
.mini-logo img {
    width: 55px;
    height: 56px;
    border-radius: 11px;
    box-shadow: 1.87px 1.87px 11.24px 0 #00000040;
}
.logo-section-text {
    margin: auto;
    margin-left: 6px;
    gap: 7.5px;
    flex: 80%;
}
.logo-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #222;
    margin-bottom: 5px;
}
.logo-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}
.right {
    background-repeat: no-repeat;
    width: 55%;
    height: 282px;
    background-size: cover;
    display: flex;
}
.right-first-section {
    width: 50%;
    flex: 100%;
}
.right-second-section {
    width: 50%;
    flex: 100%;
}
.right-text {
    width: 272px;
    height: 80px;
    margin-top: 25px;
    margin-left: 80px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: center;
    color: white;
}
.qr-app-banner-common {
    display: flex;
    margin-left: 50px;
}
.qr {
    flex: 100%;
    padding-right: 23px;
    margin-left: 25px;
}
.mobile-app {
    flex-direction: column;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.qr-img {
    width: 134px;
    height: 133px;
    margin-top: 20px;
}
.banner-app-device-direct {
    width: 99px;
    height: 30px;
    border-radius: 8px;
    font-family: "DM Sans";
    cursor: pointer;
    background-color: #000;
    box-shadow: 2px 2px 10px 0 #00000024;
    display: flex;
    margin-left: 88.5px;
    justify-content: center;
    align-items: center;
}
.button-container {
    display: flex;
}
a:hover {
    text-decoration: none;
}
.banner-right {
    width: 30%;
    display: flex;
    margin: auto;
    justify-content: center;
}
.banner-app-imagee img {
    width: 15.4px;
    height: 17.9px;
}
.banner-app-text {
    color: white;
    font-family: DM Sans;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0;
    text-align: left;
    width: 70%;
    margin: auto;
}
.down {
    display: none;
}
@media(max-width: 920px) {
    .qr-app-banner-common {
        gap: 12px;
        margin-left: 20px;
    }
}
@media(max-width: 767.98px) {
    .left {
        width: 100%;
    }
    .right {
        display: none;
    }
    .down {
        background-repeat: no-repeat;
        height: 360px;
        background-size: cover;
        display: flex;
        margin-top: 5px;
        flex-wrap: wrap;
    }
    .up {
        width: 25%;
        flex: 100%;
        margin: auto;
        position: relative;
    }
    .right-first-section {
        position: relative;
        flex: 100%;
    }
    .right-second-section {
        position: relative;
        flex: 100%;
    }
    .banner-container {
        background: #f5f5f5;
        width: 100%;
        height: 600px;
        display: flow-root;
    }
    .title-download {
        width: 310px;
        display: flex;
        height: 60px;
        margin: auto;
        padding-top: 19px;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: .5px;
        text-align: center;
        color: #0173b9;
    }
    .logo-section {
        position: relative;
        width: 310px;
        height: 90px;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 20px;
        border-radius: 9.369px;
        background: var(--neutral-white, #FFF);
        box-shadow: 0 1.87383px 5.62148px 0 #e3e3e3;
        background: #fff;
        display: flex;
    }
    .mini-logo img {
        width: 49.50px;
        height: 49.44px;
    }
    .mini-logo {
        margin: auto;
        width: 25%;
        text-align: center;
    }
    .logo-section-text {
        width: 75%;
        margin: auto;
        gap: 3px;
    }
    .logo-title {
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        color: #222;
    }
    .logo-body {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #000;
    }
    .right-text {
        margin: auto;
        height: 54px;
        margin-top: 50px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: .5px;
        text-align: center;
        color: white;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobile-app {
        justify-content: center;
        width: 100%;
        flex-direction: row;
        position: absolute;
        bottom: 15px;
    }
    .mobile-app a {
        width: 20%;
    }
    .banner-app-device-direct {
        width: 100%;
        display: flex;
        height: 38px;
        border-radius: 8px;
        font-family: "DM Sans";
        cursor: pointer;
        background-color: #000;
        box-shadow: 2px 2px 10px 0 #00000024;
        margin-left: 1px;
    }
    .qr-img {
        width: 114px;
        height: 115px;
        position: absolute;
        left: 25%;
        top: 40%;
        transform: translate(-50%, -20%);
    }
    .qr-app-banner-common {
        display: flex;
        position: relative;
        height: 100%;
        margin-left: 0;
    }
    .banner-right {
        display: block;
        width: 20%;
    }
}