 .leaderswrap {
        padding: 50px 0; 
    }

    .title1 h4 {
        text-align: center;
        font-size: 28px!important;
        margin-bottom: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .hnb {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        margin-bottom: 30px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 395px;
    }

    .img-responsive2 {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .hobn {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 10px 0 5px;
    }

    .hradin a {
        font-size: 16px;
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
    }

    .hradin a:hover {
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .img-responsive2 {
            height: 200px;
        }
    }