.led-style-section{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1400px;padding:20px 0}.led-style-section .text-content{color:var(--clr-primary-dk);padding:0 20px;width:100%}.led-style-section .text-content h2{color:var(--clr-primary-dk);font-family:var(--ff-base-bold);font-size:1.7rem;margin-bottom:10px}.led-style-section .text-content p{color:var(--clr-primary-dk);font-family:var(--ff-base-normal);font-size:16px;font-weight:700;line-height:1.5}.led-style-section .image-gallery{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100%}.led-style-section .image-gallery img{height:auto;max-width:235px;object-fit:cover;width:250px}@media screen and (width >= 600px){.led-style-section .text-content{text-align:center}.led-style-section .image-gallery{flex-direction:row}.led-style-section .image-gallery img{width:30%}}@media screen and (width >= 1150px){.led-style-section{flex-direction:row;justify-content:space-between}.led-style-section .text-content{padding-left:20px;text-align:left;width:30%}.led-style-section .text-content h4{font-size:18px}.led-style-section .image-gallery{justify-content:flex-end;width:55%}.led-style-section .image-gallery img{max-width:230px}}