.download-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 700px;
}

.download-content {
    max-width: 1920px;
    min-width: 1280px;
    height: 600px;
    background-color: white;
    box-shadow:
    0 1px 4px rgba(0, 0, 0, .3),
    -23px 0 20px -23px rgba(0, 0, 0, .8),
    23px 0 20px -23px rgba(0, 0, 0, .8),
    0 0 40px rgba(0, 0, 0, .1) inset;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download {
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.download__logo {
    height: 300px;
}

.download__link-container {
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.link-container__title {
    color: black;
    font-weight: 600;
    font-size: 40px;
    word-wrap: break-word;
    text-align: center;
}

.link-container__text {
    color: black;
    font-weight: 600;
    font-size: 20px;
    word-wrap: break-word;
    text-align: center;
}

.link-container__link {
    width: 300px;
    height: 55px;
    z-index: 1;
    background-color: #9CA0FD;
    border-radius: 250px;
    display: flex;
    justify-content: center;
    align-items: center;  
    text-decoration: none;
}

.link-container__link-text {
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.download-content__text {
    margin-top: 50px;
    width: 80%;
}