.sign-banners-text {max-width: 60%;margin: 35px auto;}.sign-banners-text h3 { line-height: 1.5 !important;}.gallery-container {max-width: 80%;margin: 30px auto 150px;}@media screen and (min-width: 768px) {.gallery-container {display: flex;justify-content: center;}}.gallery {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 20px;}.gallery-item {display: flex;flex-direction: column;align-items: center;text-align: center;position: relative;}.gallery-item a {display: block;position: relative;}.gallery-item img {max-width: 100%;height: auto;transition: transform 0.2s ease;}.gallery-item h3 {margin-top: 10px;font-size: 18px;color: black;transition: color 0.2s ease;}.gallery-item:hover h3 {color: #C04427;}.gallery-item:hover img {transform: scale(1.02);}.gallery-item:hover img{box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);}@media screen and (max-width: 768px) {.gallery {grid-template-columns: repeat(2, 1fr);}} 