:root{
    --color-primary: rgb(243, 220, 240);
}
body{
    background-color: beige;
}
section.i1>a:nth-child(3)>section, section.i1>a:nth-child(4)>section{
    background-color: var(--color-primary) !important;
}