.hr-intro{
    background-image: url('https://bloomingtree.itsprowebsite.com/public/BLOMINGTRE/themeaB9xY12z/assets/images/backgrounds/intro-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    padding: 0 10%;
    position: relative;
    text-align: center;
}
.border__color {
    position: relative;
}
.border__color::before {
    background: #f59e01 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.border__color::before {
    background: #f59e01 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.service .service__details {
    padding-bottom: 30px;
    padding-top: 70px;
}
.service .service__details h2{
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-01);
    line-height: 1.3;
    color: #444444;
}
.service .service__details p {
    color: #777777;
    font-size: 15px;
    line-height: 27px;
}
.border__color.border__color--2::before {
    background: #b1c642 none repeat scroll 0 0;
}
.border__color.border__color--3::before {
    background: #ff4069 none repeat scroll 0 0;
}
.border__color.border__color--4::before {
    background: #f7cb4f none repeat scroll 0 0;
}
.service .service__icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 85px;
    left: 50%;
    line-height: 85px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -43px;
    transform: translateX(-50%);
    width: 85px;
}
.service__icon img{
    width: 45px;
}
.hr-bloom-card{
    margin-bottom: 30px
}
.hr-bloom-card .hr-bloom-card-title{
    position: relative;
}
.hr-bloom-card-content {
    position: absolute;
    top: 70%; /* adjust based on where your white space is */
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 65px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}
@media(max-width:767.98px){
    .hr-bloom-card-content .hr-bloom-card-content{
        padding: 0;
    }
}