.download-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 3.125rem;
    width:  30.5rem;
}

.download-wrap h1{
    margin: 3.25rem 0;
}
.download-wrap .download-wrap_item{
    /* width:  35.5rem; */
    width: 100%;
    height: 20.9375rem;
    background: #FFFFFF;
    box-shadow: 0rem .75rem 1.875rem rgba(22,50,71,0.08);
    border-radius: 1.5625rem;
    border: .0625rem solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.25rem;
}
.download-wrap .download-wrap_item:hover{
    border: .0625rem solid #34A8FF;
}
.download-wrap .download-wrap_item .downloadBtn,.downloadWindowsBtn{
    width: 9.125rem;
    height: 3.3125rem;
    background: #FFFFFF;
    border-radius: 1.6875rem;
    border: .0625rem solid #707070;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.download-wrap .download-wrap_item .downloadBtn,.downloadWindowsBtn:hover{
    border: .0625rem solid #34A8FF;
}
.download-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}