.phonepay_container {
    width: 100%;
    height: auto;
    min-height: 90vh;
    background: #F5F6FA;

}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .phone_apkicon2 {
        width: 90px;
        height: auto;
        margin-top: 22px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .phone_apkicon2 {
        width: 90px;
        height: auto;
        margin-top: 22px;
        margin-bottom: 10px;
    }

}
