.section--awards-list{background:var(--Black,#112c3e);display:grid;gap:50px;justify-content:center;padding:100px 0!important}.our-awards--wrapper{display:grid;gap:20px;overflow:hidden}@media screen and (min-width:744px){.our-awards--wrapper{display:block}}.our-awards--item{align-items:center;display:flex;gap:30px;justify-content:center;white-space:nowrap}@media screen and (min-width:744px){.our-awards--item{animation:scroll-left-awards 25s linear infinite;justify-content:baseline}.our-awards--item:nth-child(2n){animation:scroll-right-awards 30s linear infinite}}.our-awards--item:nth-child(2n) .our-awards--desc{color:#fff}.our-awards--item>img{max-height:76px}.our-awards--item>img:first-child{display:none}@media screen and (min-width:744px){.our-awards--item>img:first-child{display:block}}.our-awards--header{align-items:center;align-self:stretch;color:#f5e6bc;display:flex;font-size:60px;font-style:normal;font-weight:500;gap:10px;justify-content:center;line-height:108.3%;text-align:center}@media screen and (min-width:744px){.our-awards--header{gap:15px}}.our-awards--desc{color:transparent;display:none;-webkit-text-stroke-width:.1px;-webkit-text-stroke-color:var(--White,#fff);font-size:100px;font-style:normal;font-weight:700;line-height:108.3%;text-transform:uppercase}@media screen and (min-width:744px){.our-awards--desc{display:block}}@keyframes scroll-left-awards{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right-awards{0%{transform:translateX(-50%)}to{transform:translateX(0)}}