/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2026, 8:14:45 PM
    Author     : user
*/

.card-img-limit1 {
    max-height: 200px;
    height: auto;
    width: auto;
    /*object-fit: cover;*/
}

.card-img-limit {
    max-width: 50%;
    height: auto;
    /*object-fit: cover;*/
}

.caregiverintro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 85%;
    padding: 15px;
    /*text-align: center;*/    
    max-height: 95%;
    overflow-y: overlay;

}