.broker-card {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 10px 5px;
    text-align: center;
}

.broker-photo-wrapper {
    width: 100%;
    height: 220px;
    display: flex !important;
    align-items: center;
    justify-content: space-around !important;
    text-align: center;
    overflow: hidden;
}

.broker-photo {
    max-height: 180px !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto; 
}

@media (max-width: 767px) {
    .broker-contact {
        display: flex;
        gap: 16px; 
        justify-content: center;
    }
}

