/** Shopify CDN: Minification failed

Line 13:10 Expected ":"

**/
.at-logos_section {
    position: relative;
    overflow: hidden;
}
.at-logos_section .at-logos_content {
    list-style: none;
    padding: 0;
    margin 0;
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scroll-snap-type: x;
    scrollbar-width: none;
}
.at-logos_section .at-logos_content .logo-item {
    width: 100%;
    max-width: 208px;
    flex-shrink: 0;
}
.at-logos_section .at-logos_content .logo-item .image {
    width: 100%;
    height: 60px;
    object-fit: contain;
    border-radius: 0;
}
.at-logos_section .at-logos_content .item--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.at-logos_section .at-logos_content .redesign-logo-text p {
    font-family: "Gotham", Poppins, sans-serif;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
    color: #031F1F;
}