/* Insurance logo alignment fix */
.row[style*="justify-content: center"] .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row[style*="justify-content: center"] .col-md-4 img {
    object-fit: contain;
    width: auto;
    max-width: 100%;
}
