.logo-carousel__content-wrap{margin:0 auto 4rem;max-width:80rem;text-align:center}.logo-carousel__heading{position:relative;text-align:center}.logo-carousel__heading:after{background:var(--c-third);content:"";display:block;height:.4rem;margin:2.4rem auto 0;width:6rem}.logo-carousel__content{font-size:1.8rem;line-height:2.8rem;margin-top:2.4rem}.logo-carousel__content p{margin:0}.logo-carousel__card{align-items:center;display:flex;justify-content:center;padding:0 3rem;transition:none;width:50%}.logo-carousel__image{display:block;height:9.2rem;max-width:100%;object-fit:contain;width:auto}.logo-carousel__nav{display:flex;gap:1rem;justify-content:center;margin:2.4rem auto 0}.logo-carousel__nav-arrow{align-items:center;background-color:transparent;border:.1rem solid;border-radius:50%;color:var(--c-main);cursor:pointer;display:flex;height:5rem;justify-content:center;width:5rem}.logo-carousel__nav-arrow:focus,.logo-carousel__nav-arrow:hover{background-color:var(--c-main);color:var(--c-white)}.logo-carousel__nav-arrow svg{height:3rem;width:3rem}@media screen and (min-width:992px){.logo-carousel__content{margin:0 auto;max-width:80rem;text-align:center}}@media (min-width:768px){.logo-carousel__card{width:33.33%}}@media (min-width:1280px){.logo-carousel__card{width:16.667%}}