.Downlond {
    max-width: 1380px;
    width: 94%;
    margin: 115px auto;
}

.Downlond_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Downlond_ul li {
    width: 49%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Downlond_ul li:not(:nth-child(-n + 2)) {
    margin-top: 20px;
}

.down_w {
    width: 48%;
    position: relative;
}




.down_w_right {
    width: 50%;
}

.pdf {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.Discw {
    color: #1A1A1A;
    font-size: 21px;
    font-weight: 700;
}

.duty {
    margin-top: 15px;
}