.hr-bloom-card{
	position: relative;
}
.hr-bloom-card img {
    width: 100%;
    display: block;
}
.hr-bloom-card .hr-bloom-card-title{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: var(--font-01);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0px;
    color: #343434;
    width: 80%;
    bottom: 17%;
}
.hr-bloom-card .hr-bloom-card-readmore{
	bottom: -23px;
	width: 75px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.hr-bloom-card .hr-readmore-bg{
	color: #ACC943;
	width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
svg {
    fill: currentColor;
}
.hr-bloom-card .hr-readmore-icon{
	color: #FFFFFF;
	width: 25px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.hr-bloom-card .hr-bloom-card-readmore:hover .hr-readmore-icon{
	color: #343434;
}
.hr-bloom-card .hr-readmore-bg1{
	color: #F9B001;
	width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.hr-bloom-card .hr-readmore-bg2{
	color: #626467;
	width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.hr-bloom-card .hr-readmore-bg3{
	color: #B0783F;
	width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
@media(max-width:991px){
    .hr-bloom-card{
        margin-bottom: 50px;
    }
}