
    .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;
    }

    /* .btn-primary{
        background-color: black;
    } */
    .forherbanner-image {
    background-image: url("../images/for_her/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;
}
.forherHeading {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
    text-align: start;
}
.forHerPara {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
    letter-spacing: 0px;
    margin-top: 15px;
    text-align: justify;
}
.forherCardtitle {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}
.forherCardPara {
    font-family: "Poppins-Regular";
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-align: start;
    margin-bottom: 0px !important;
}
.forherPrice {
    font-family: "Poppins-Regular";
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    text-align: start;
    margin-top: 5px;
}
.forherShopBtn {
    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) {
    .forherHeading {
        font-size: 40px;
    }
    .forHerPara {
        font-size: 18px;
    }
    .content {
        width: 50%;
        margin-left: 40px;
    }
    .forherCardtitle {
        font-size: 16px;
    }
    .forherCardPara {
        font-size: 14px;
    }
    .forherPrice {
        font-size: 16px;
    }
    .forherShopBtn {
        padding: 6px 20px;
        margin-top: 8px;
    }
}
@media (max-width: 767.98px) {
    .product-block h2 {
        font-size: 1.5rem;
    }
    .content {
        width: 95%;
        margin: 0 auto;
    }
}