body{
    padding: 0;
    margin: 0;
}
.container{
    background: #F8F9FA;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.content_wrapper{
    max-width: 780px;
    display: flex;
    margin: 0 auto;
}
.content_wrapper__left{
    padding: 40px;
    max-width: 520px;
}
.title{
    font-family: Mulish;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;

}
.orange{
    color: #FF6622;
    background: #F8F9FA;
}
.item{
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.inner_icon{
    width: 40px;
    height: 40px;
    background: url("/img/site/check-circle-bigger.svg") no-repeat;
    background-size: cover;
}
.inner_text{
    font-family: Mulish;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: #747983;
    margin-left: 20px;
}
.banner-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner{
    width: 155px;
    height: 60px;
    background: url("/img/site/google-app.png") no-repeat;
    background-size: contain;
    margin: 40px auto 0 auto;
}
.banner-ios{
    width: 175px;
    height: 80px;
    background: url("/img/site/black.png") no-repeat;
    background-size: contain;
    margin: 40px auto 0 10px;
}
.content_wrapper__right{
    width: 488px;
    height: 508px;
    background: url("/img/site/mobile.png") no-repeat;
    background-size: cover;
}

@media(max-width: 776px){
    .content_wrapper{
        display: block;
    }
    .content_wrapper__left{
        max-width: 308px;
    }
    .title{
        font-family: Mulish;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center;

    }
    .inner_icon{
        width: 28px;
        height: 28px;
    }
    .inner_text{
        font-family: Mulish;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: 0;
        text-align: left;

    }
    .content_wrapper__left, .content_wrapper__right{
        margin: 0 auto!important;
        padding: 20px;
        max-width: 258px;
    }
    .item{
        align-items: center;
        justify-content: flex-start;
    }

    .banner-wrapper{
        justify-content: center
    }
    .banner{
        width: 150px;
    }
    .banner-ios{
        width: 170px;
        margin: 40px auto 0 auto;
    }
    .r-banner{
        width: 160px;
    }
    .footer{
        position: relative!important;
    }
}

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.footer__copyright_section {
    display: flex;
    justify-content: start;
    width: 95%;
    max-width: 920px;
    align-items: center;
}
.footer__row {
    font-family: 'Mulish', serif !important;
    width: 100%;
    margin-top: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    align-items: flex-start;
    max-width: 920px;
}
.footer__copyright_section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 4%;
}
@media(max-width: 640px){
    .footer{
        height: 150px;
    }
    .footer__copyright_section{
        display: block;

    }
    p{
        display: block;
        margin-top: 10px;
    }
    .bottom-logo{
        display: block;
        width: 150px;
        margin: 0 auto;

    }
}