
.redesign .insurerLogo {
    width: 120px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--default-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
}

.redesign .insurerPlaceholder {
    font-size: 3rem;
    text-transform: uppercase;
}