.small-banner--wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 1rem;    
    margin-top: 1rem;
    margin-bottom: 1rem;
}