.download-card{
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    gap: 20px;
    height:76px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.download-card-left{
    width: 100%;
    height:100%;
}
.download-card-content-title{
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.download-card-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-card-right a:hover{
    color: #33A9B7;
}