.paragraph--type--spotlight{
    background-color: #e5e5e5;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.paragraph--type--spotlight .field--name-field-title{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}

.paragraph--type--spotlight .field--name-field-image img{
    max-width: 100%;
    height: auto;
    width: auto !important;
}