
.container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box {
    /*object-fit: scale-down;*/
    width: 650px;
    background: white;
    /* background: center / contain no-repeat url(../img/tatback.jpg); */
    border-radius: 5px;
}
/* .box p{
    text-align: center;
} */
.logo_box {
    height: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-bottom: 125px;
    font-size: 24px;
    font-weight: bold;
    color: #2F333D;
}
.app_logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    align-items: center;
    padding-bottom: 40px;
    flex-direction: row-reverse;
}
.main_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 125px;
}
.text_footer {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    padding: 0 70px 125px 70px;
}
.unsubscribe {
    padding: 0 70px 70px 70px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 15px;
}
.google {
    padding-right: 25px;
}
.apple {
    padding-left: 25px;
}
.app_gallery {
    padding-right: 8px;
    padding-left: 8px;
}
.logo{
    height: 50px;
}
@media (max-width: 320px) {
    .box {
        width: 310px;
    }

    .google {
        padding-right: 7px;
        height: 25px;
    }

    .apple {
        padding-left: 7px;
        height: 25px;
    }

    .app_gallery {
        padding-left: 7px;
        height: 25px;
    }

    .main_text {
        padding: 30px;
    }

    .main_title {
        padding-bottom: 25px;
    }

    .text_footer {
        padding: 0 20px 50px 20px;
    }

    .unsubscribe {
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
    .box {
        width: 345px;
    }

    .google {
        padding-right: 7px;
        height: 25px;
    }

    .apple {
        padding-left: 7px;
        height: 25px;
    }

    .app_gallery {
        padding-left: 7px;
        height: 25px;
    }

    .main_text {
        padding: 30px;
    }

    .main_title {
        padding-bottom: 25px;
    }

    .text_footer {
        padding: 0 20px 50px 20px;
    }

    .unsubscribe {
        padding: 0 20px;
    }
}

@media (max-width: 414px) {
    .box {
        width: 380px;
    }

    .google {
        padding-right: 7px;
        height: 30px;
    }

    .apple {
        padding-left: 7px;
        height: 30px;
    }

    .app_gallery {
        padding-left: 7px;
        height: 30px;
    }

    .main_text {
        padding: 30px;
    }

    .main_title {
        padding-bottom: 25px;
    }

    .text_footer {
        padding: 0 20px 50px 20px;
    }

    .unsubscribe {
        padding: 0 20px;
    }
}
