.download_section {
    display: flex;
    gap: 30px;
    width: 65%;
    margin: auto;
    align-items: center;
    color: white;
}

.download_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
}

.download_description {
    font-size: 18px;
    width: 60%;
    margin: auto !important;
    font-weight: 500;
}

.download_title {
    font-size: 55px;
    font-weight: 800;
    line-height: 50px;
}

.store_links_downloads {
    display: flex;
    gap: 15px;
}

.store_links_downloads_inform {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .download_section {
        display: flex;
        gap: 30px;
        width: 65%;
        margin: auto;
        align-items: center;
        flex-direction: column;
        color: white;
    }

    .mobile_image_phone {
        width: 350px;
    }

    .download_title {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        font-size: 30px;
        text-align: center;
        line-height: 37px;
    }

    .download_description {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        width:70%;
        margin: auto;
    }

    .store_links_downloads_inform {
        width: 80% !important;
        margin: auto;
        display: flex;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    store_links_downloads_inform img{
        width: 40% !important;
        height:auto;
    }

    store_link_inform {
        width: 40%;
    }
}