.press{padding:var(--padding-top) 0 var(--padding-bottom) 0;background:var(--bg-color);display:flex;flex-direction:column}@media only screen and (max-width:767px){.press{padding:50px 0 30px 0}}.press-heading{text-align:center;display:flex;align-items:center;justify-content:center;color:var(--heading-color)}.press-content{overflow:hidden}.press-content,.press-list{display:flex;justify-content:center;align-items:center;gap:50px}@media only screen and (max-width:767px){.press-content,.press-list{gap:25px}}.press-list{animation:move var(--animation-speed) linear infinite;list-style-type:none}.press-item{display:flex;justify-content:center;align-items:center;height:150px;width:250px;white-space:nowrap;transition:all .2s linear;position:relative}@media only screen and (max-width:767px){.press-item{height:100px;width:170px}}.press-item a{position:absolute;top:0;left:0;width:100%;height:100%}.press-item img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:767px){.press-item svg{width:100%;height:100%}}@keyframes move{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}