/* .download {
    padding-top: 20px;
} */

.download__content{
    padding-top: 15px;
}

.download__title-h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}

.download__img-pleer {
    margin: 0 auto;
    overflow: hidden;
    width: 425px;
    height: 150px;
    border: 2px solid #0000CD;
    border-radius: 4px;
    margin-bottom: 20px;
}

.download__btn{
    margin-bottom: 20px;
}

.download__hr {
    width: 569px;
    height: 6px;
    background-color: #0000CD;
    margin-bottom: 20px;
}

.download__list {
    width: 440px;
    margin: 0 auto 20px;
}

.download__item {
    color: #00BFFF;
    font-family: Arial;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

.download__item:hover {
    color: #FF00FF;
}

.download__text{
    font-family: Arial;
    font-size: 18px;
    color: #f0e32f; 
    margin-bottom: 20px;
    text-align: center;
}

.download__lists{
    font-family: Arial;
    font-size: 20px;
    color: #00FF00;
    font-weight: 700;
}

.download__link{
    font-family: Arial;
    font-size: 20px;
    color: #fff;
}
.download__link:hover{
    color: #00BFFF;
}
