.zindagiForHim_Section {
    background: #fff;
}

.product-card img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    object-fit: fill;
}

.product-card .card-body {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1.25rem;
}
.forhimbanner-image {
    background-image: url("../images/for_him/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 140vh;
    position: relative;
}
.content {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    width: 35%;
    margin-left: 120px;
}
.forhimHeading {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
    text-align: start;
}
.forHimPara {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
    letter-spacing: 0px;
    margin-top: 15px;
    text-align: justify;
}
.forhimCardtitle {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
.forhimCardPara {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}
.forhimPrice {
    font-family: "Poppins-Regular";
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    text-align: start;
    margin-top: 5px;
}
.forhimShopBtn {
    background-color: #2aa3d9;
    border: none;
    /* border-radius: 8px; */
    color: #ffffff;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    /* margin-top: 15px; */
}

@media (max-width: 991px) {
    .forhimHeading {
        font-size: 40px;
    }
    .forHimPara {
        font-size: 18px;
    }
    .content {
        width: 50%;
        margin-left: 40px;
    }
    .forhimCardtitle {
        font-size: 16px;
    }
    .forhimCardPara {
        font-size: 14px;
    }
    .forhimPrice {
        font-size: 16px;
    }
    .forhimShopBtn {
        padding: 6px 20px;
        margin-top: 8px;
    }
}
@media (max-width: 767.98px) {
    .product-block h2 {
        font-size: 1.5rem;
    }
    .content {
        width: 95%;
        margin: 0 auto;
    }
}
