.landing_people_renting .module_figure {
    position: absolute;
    user-select: none;
    transform: rotate(135deg) scaleX(-1);
    width: 600px;
    top: 59px;
    left: -208px;
}

.landing_people_renting .module_figure img {
    display: block;
    max-width: 100%;
}

.people-renting-wrap {
    display: flex;
}

.people-renting-wrap .people-renting-image-wrap {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.people-renting-wrap .people-renting-image-wrap img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.people-renting-wrap .info {
    padding: 65px 85px 75px 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.people-renting-wrap .info .content {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.content-module.landing_people_renting .module-title {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 28px 0;
}



.product-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-wrap .product-item {
    font-family: "L10", "Helvetica", "Arial";
    line-height: 1.2;
    width: calc(100% * 1 / 2 - 25px);
    max-width: 200px;
}

.product-wrap .product-item:nth-child(1),
.product-wrap .product-item:nth-child(2) {
    margin-bottom: 30px;
}

.product-wrap .product-item .renting-count {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.product-wrap .product-item .img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding-bottom: 30px;
}

.product-wrap .product-item .img-wrap img {
    max-width: 115px;
    object-fit: cover;
}

.product-wrap .product-item .name {
    font-size: 15px;
}

.product-wrap .product-item .price {
    font-weight: 700;
    font-size: 14px;
}

.product-item a {
    text-decoration: none;
}

.people-renting-wrap .module-btn {
    text-align: center;
    padding-top: 60px;
}

.people-renting-wrap .module-btn a {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    border-radius: 57px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 35px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.people-renting-wrap .module-btn a:hover {
    opacity: 0.8;
}


@media (max-width: 991px) {

    .people-renting-wrap .info{
        width: 100%;
    }

    .people-renting-wrap .people-renting-image-wrap {
        display: none;
    }

    .people-renting-wrap .info {
        align-items: normal;
    }

    .people-renting-wrap .info .content {
        max-width: 100%;
        margin: 0;
    }

    .product-wrap {
        max-width: 550px;
        margin: 0 auto;
    }

    .product-wrap .product-item {
        width: calc(100% * 1 / 2 - 70px);
    }

}

@media (max-width: 767px) {
    .landing_people_renting .module_figure {
        transform: rotate(102deg) scaleX(-1);
        width: 530px;
        top: -25px;
        left: -221px;
    }

    .people-renting-wrap .info {
        padding: 84px 25px 115px;
    }

    .content-module.landing_people_renting .module-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .product-wrap .product-item {
        width: calc(100% * 1 / 2 - 30px);
    }

    .product-wrap .product-item:nth-child(1), .product-wrap .product-item:nth-child(2) {
        margin-bottom: 40px;
    }

    .product-wrap .product-item .renting-count {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .product-wrap .product-item .img-wrap {
        padding-bottom: 18px;
    }
}

