apply different styles for sections (Portum)

I would like to costumize some sections over “additional css” and I kind of get stuck.

That’s the css-content that I want to change for the section “Blog” and “Google Maps”.

.ewf-section {
    position: relative;
    padding: 2.5em 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

I tried it to adjust for “Google Maps”-section as follows:

#google_maps .ewf-section {
    position: relative;
    padding: 0 0 5em 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

and for the “Blog”-section

#blog .ewf-section {
    position: relative;
    padding: 0 0 0 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

It’s not working so I’m not sure if I made a mistake in the css or what I forgot to add. Appreciate the help :slight_smile:
I use the theme “Portum”

Good evening

Please provide a link to the page and tell me what exactly you want to change