#image_text_particles {
    padding: 70px 0px;
}

#image_text_particles[position="right"] {
    background: #0D0C0E;
    padding: 70px 0px;
}

#image_text_particles h1,
#image_text_particles h2,
#image_text_particles h3 {
    color: var(--site-primary);
}

#image_text_particles .container {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    justify-content: center;
    align-items: center;
}

#image_text_particles .description b {
    font-weight: bold;
    color: #fff;
}


@media only screen and (min-width: 980px) { 
    #image_text_particles[position="right"] .context {
        grid-column: 1;
        grid-row: 1;
    }
}

@media only screen and (max-width: 980px) { 
    #image_text_particles .container {
        grid-template-columns: 1fr;
        gap: 20px;       
    }  
}