.section {
    padding: 217px 0 120px;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 26px;
    margin: 51px 0 0;
}

.section .wrap .list .item {
    display: flex;
    justify-content: space-between;
    width: 516px;
    height: 340px;
    background: rgba(12, 37, 39, 0.5);
    box-shadow: 0px 1px -1px 0px rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 41px 31px;
}

.section .wrap .list .item .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 240px;
}

.section .wrap .list .item .l h5 {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
}

.section .wrap .list .item .l .download {
    width: 170px;
    height: 55px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    position: relative;
    transition: 0.6s;
    cursor: pointer;
}

.section .wrap .list .item .l .download:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.6s;
    opacity: 0;
}

.section .wrap .list .item .l .download p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap .list .item .l .download .iconfont {
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap .list .item .l .download:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.section .wrap .list .item .l .download:hover:after {
    opacity: 1;
}

.section .wrap .list .item .img {
    width: 190px;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*# sourceMappingURL=resources_materials.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 11.3020833333vw 0px 6.25vw;
    }

    .section .wrap .list {
        gap: 1.5625vw 1.3541666667vw;
        margin: 2.65625vw 0px 0px;
    }

    .section .wrap .list .item {
        width: 26.875vw;
        height: 17.7083333333vw;
        border-radius: 0.625vw;
        padding: 2.1354166667vw 1.6145833333vw;
    }

    .section .wrap .list .item .l {
        width: 12.5vw;
    }

    .section .wrap .list .item .l h5 {
        font-size: 1.1458333333vw;
        line-height: 1.5625vw;
    }

    .section .wrap .list .item .l .download {
        width: 8.8541666667vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
        gap: 0px 0.625vw;
    }

    .section .wrap .list .item .l .download::after {
        border-radius: 1.4583333333vw;
    }

    .section .wrap .list .item .l .download p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .list .item .l .download .iconfont {
        font-size: 0.8333333333vw;
    }

    .section .wrap .list .item .img {
        width: 9.8958333333vw;
        height: 13.4375vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap .list {
        margin: 30px 0 0;
        gap: 40px 0;
        justify-content: space-between;
    }
    .section .wrap .list .item {
        width: 100%;
        height: unset;
        flex-direction: column-reverse;
        padding: 30px;
        border-radius: 6px;
    }
    .section .wrap .list .item .l {
        width: 100%;
        padding: 30px 0 0;
    }
    .section .wrap .list .item .l h5 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .section .wrap .list .item .l .download {
        width: fit-content;
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
    }
    .section .wrap .list .item .l .download p {
        font-size: 14px;
        margin-right: 8px;
    }
    .section .wrap .list .item .l .download .iconfont {
        font-size: 14px;
    }
    .section .wrap .list .item .l .download::after {
        border-radius: 20px;
    }
    .section .wrap .list .item .img {
        width: 100%;
        height: unset;
    }
    .section .wrap .list .item .img img {
        display: block;
        width: 100%;
    }
}
