.category-card-section{display:flex;justify-content:center;align-items:center;width:100%}@media (max-width:700px){.category-card-section{flex-direction:column}}.category-card-section .category-card-wrap{max-width:1500px;width:100%}.category-card-section .category-card-wrap .banner-container{width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.category-card-section .category-card-wrap .banner-container .banner{border-radius:var(--border-radius-12);position:relative;width:100%}.category-card-section .category-card-wrap .banner-container .banner .banner-image{border-radius:var(--border-radius-12);width:100%;height:auto;display:block;opacity:.8;visibility:visible}.category-card-section .category-card-wrap .banner-container .banner .banner-image.hidden{visibility:hidden}.category-card-section .category-card-wrap .banner-container .banner .banner-overlay{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:var(--spacing-24);text-align:center;background-color:transparent}.category-card-section .category-card-wrap .banner-container .banner .banner-overlay.banner-text-main .banner-text{color:var(--color-blue-dark)}.category-card-section .category-card-wrap .banner-container .banner .banner-overlay.banner-text-background .banner-text{color:var(--color-white)}.category-card-section .category-card-wrap .banner-container .banner .banner-overlay .banner-text{font-size:var(--font-size-24);font-weight:700}@media (max-width:700px){.category-card-section .category-card-wrap .banner-container .banner .banner-overlay .banner-text{font-size:var(--font-size-18)}}.category-card-section .category-card-wrap .context-wrap{text-align:center;margin-top:var(--spacing-12);justify-content:center;align-items:center}.category-card-section .category-card-wrap .context-wrap .context{width:90%;font-size:var(--font-size-18);line-height:1.6;margin:var(--spacing-12) 0;color:var(--color-grey)}@media (max-width:700px){.category-card-section .category-card-wrap .context-wrap .context{font-size:var(--font-size-16);margin:var(--spacing-8) 0}}