.download-container {
    height: 50%;
    width: 25%;
}
.downloads-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.download-image {
    border-radius: 32px;
}
@media screen and (max-width: 430px) {
    .downloads-container {
        align-items: center;
        flex-direction: column;
    }
}