/* Override: center icon inside mobile property contact outlined buttons */
.mobile-property-contact .btn.btn-secondary-outlined {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Override: mobile property contact agent details spacing and image fit */
.mobile-property-contact .agent-details {
    margin-bottom: 0 !important;
}

.mobile-property-contact .agent-image img {
    object-fit: fill !important;
}