.product-item {
    position: relative;
}

.product-item img {
    width: 100%;
}

.product-item .content {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.product-item .content .left {
    margin-right: 300px;
}

.product-item .content .left .icon {
    width: 91px;
    margin-bottom: 60px;
}

.product-item .content .left .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-item .content .left .desc {
    font-size: 14px;
    letter-spacing: 2px;
    width: 300px;
    line-height: 40px;
    margin-bottom: 40px;
}

.footer {
    margin-top: 0;
    background-color: #ffffff;
}
