/* DOWNLOAD APP */
section.auth-download-app {
    /* background-color: green; */
    width: 427px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.auth-download-app div.container {
    /* background-color: yellow; */
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.auth-download-app div.container img {
    width: 333px;
    aspect-ratio: 1;
    object-fit: cover;
    border-top-right-radius: 100px;
}

section.auth-download-app div.container div.actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    width: 100%;
}

section.auth-download-app div.container div.actions h3 {
    font-family: Inter;
    font-weight: 700;
    line-height: 48.3px;
    font-size: 42px;
    margin: 25px 0 0 0;
}

section.auth-download-app div.container div.actions p {
    font-family: Inter;
    font-weight: 500;
    line-height: 20.8px;
    font-size: 16px;
    margin-top: 15px;
}

section.auth-download-app div.container div.actions div.platforms {
    display: flex;
    width: 100%;
}

section.auth-download-app div.container div.actions div.platforms div.platform {
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

section.auth-download-app div.container div.actions div.platforms div.platform:nth-child(2) {
    margin-left: 1rem;
}

section.auth-download-app div.container div.actions div.platforms div.platform:hover {
    transform: scale(1.1);
}

section.auth-download-app div.container div.actions div.platforms div.platform img {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: left;
}

@media screen and (width <=990px) {
    section.auth-download-app {
        /* background-color: green; */
        width: 100%;
        margin: 0 auto 2rem auto;
    }
}

/* END - DOWNLOAD APP */
