.download__wrapper h2 {
    text-align: center;
}
.download__screens {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}
.download__screens > div {
}
.download__wrapper p {
    text-align: center;
}
.download__links {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}
.download__links img {
    object-fit: contain;
}
