.section-endorsers{background-color:#fff;padding:32px 0 64px;text-align:center}.section-endorsers__title{align-items:center;display:flex;justify-content:center;position:relative}.section-endorsers__title h3{background-color:#fff;color:#ccdbbb;color:var(--title-color);display:inline-block;font-size:20px;font-weight:900;line-height:24px;padding:0 32px;text-transform:uppercase;z-index:0}.section-endorsers__title:before{background-color:#ccdbbb;background-color:var(--title-color);content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.section-endorsers__icons{margin-top:16px}@media (min-width:768px){.section-endorsers__icons{margin-top:36px}}.section-endorsers__icons svg{height:auto;margin-top:20px;min-width:30px;width:100%}@media (min-width:768px){.section-endorsers__icons svg{margin-top:0}}.section-endorsers--animated{overflow:hidden}@media (min-width:768px){.section-endorsers--animated{overflow:visible}}.section-endorsers--animated .section-endorsers__icons{animation:horizontal-scroll 18s linear infinite}@media (min-width:768px){.section-endorsers--animated .section-endorsers__icons{animation:none}}.section-endorsers--animated .row{flex-wrap:nowrap}@media (min-width:768px){.section-endorsers--animated .row{flex-wrap:wrap}}@keyframes horizontal-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}