.main-conteiner{
    width: 99%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner{
    height: 400px;
    width: 340px;
    background: url("../image/atlas-patient-banner-demo.png");
    background-position-x: -390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


.btn-conteiner{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 120px;
    margin-bottom: 10px;
}

.banner-btn{
    display: block;
    background-size: cover;
    border: medium none;
    height: 40px;
    width: 140px;
}

.btn-apple{
    background-image: url("../image/download-app-store.png");
}

.btn-apple:hover{
    background-image: url("../image/download-app-store-hover.png");
}

.btn-apple:active{
    background-image: url("../image/download-app-store-click.png");
}

.btn-google{
    background-image: url("../image/google-play-download.png");
}

.btn-google:hover{
    background-image: url("../image/goolgle-play-download-hover.png");
}

.btn-google:active{
    background-image: url("../image/goolgle-play-download-click.png");
}

.logo{
    background-image: url("../image/atlas-patient-logo.png");
    height: 32px;
    width: 190px;
    align-self: flex-start;
    margin-left: 16px;
}

.logo-text{
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: white;
    margin-top: 90px;
    text-align: center;
}