.button{background-color:var(--header-text);border-bottom-style:solid;border-bottom-width:0px;border-left-style:solid;border-left-width:0px;border-right-style:solid;border-right-width:0px;border-top-style:solid;border-top-width:0px;color:var(--white);font-size:16px;font-weight:400;line-height:24px;text-align:center;border-radius:999px;padding:16px 24px}.button:is(:hover,:focus){background-color:var(--hover-color);color:var(--header-text);transition:all 0.6s ease-in-out 0s}@media (max-width:767px){.button{justify-content:center;width:100%;padding:12px 21px}}.card-with-image{background-color:var(--header-text);column-gap:24px;display:flex;row-gap:24px;transition:all 0.5s ease-in-out 0s;border-radius:24px;padding:24px}.card-with-image:is(:hover,:focus){background-color:var(--hover-color)}@media (max-width:1024px){.card-with-image{flex-direction:column}}.list-nth:nth-child(2n){background-color:#edf2ef}.pll-switcher-select{column-gap:10px;display:inline-flex;flex-wrap:nowrap}