.outer-gallery-section .gallery-accordion{display:flex;flex-direction:column;gap:30px;margin-top:60px}.outer-gallery-section .gallery-subheading{text-align:center}.outer-gallery-section .gallery-heading{font-weight:600;text-align:center}.outer-gallery-section .gallery-description{line-height:normal;text-align:center}.outer-gallery-section .accordion-item{border:1px solid #d9d9d9;border-radius:20px;overflow:hidden}.outer-gallery-section .accordion-header{align-items:center;background:#f5f6fa;color:#222;cursor:pointer;display:flex;justify-content:space-between;padding:20px 18px;transition:.3s}.outer-gallery-section .accordion-header h4{font-weight:600;margin:0}.outer-gallery-section .accordion-item.active .accordion-header h4{color:#fff}.outer-gallery-section .accordion-item.active .accordion-header{background:#0693e3}.outer-gallery-section .accordion-header .icon{align-items:center;background:#fff;border-radius:50%;color:#000;display:flex;font-size:18px;font-weight:600;height:24px;justify-content:center;width:24px}.outer-gallery-section .accordion-content{max-height:0;overflow:hidden;padding:0 15px;transition:max-height .7s,padding .3s}.outer-gallery-section .accordion-item.active .accordion-content{max-height:1200px;padding:15px}.outer-gallery-section .gallery-grid{display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.outer-gallery-section .gallery-card img,.outer-gallery-section .gallery-card video{display:block;height:auto;width:100%}@media (max-width:768px){.outer-gallery-section .gallery-grid{grid-template-columns:repeat(2,1fr)}.outer-gallery-section .accordion-item.active .accordion-content{max-height:5000px;padding:15px}}@media (max-width:480px){.outer-gallery-section .gallery-grid{grid-template-columns:1fr}.outer-gallery-section .accordion-item.active .accordion-content{max-height:5000px;padding:15px}}