.heroPanel {
   background-color: #F5F5F5
}

.general__hero-banner {
                max-height: 712px;
            }

            .general__hero-banner .text-pan {
                background: rgb(0, 71, 117);
                background: -moz-linear-gradient(90deg, rgba(0, 71, 117, 1) 0%, rgba(2, 92, 150, 0) 100%);
                background: -webkit-linear-gradient(90deg, rgba(0, 71, 117, 1) 0%, rgba(2, 92, 150, 0) 100%);
                background: linear-gradient(90deg, rgba(0, 71, 117, 1) 0%, rgba(2, 92, 150, 0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004775", endColorstr="#025c96", GradientType=1);
            }

            .general__hero-banner img {
                max-height: 712px;
            }

.image-container {
            width: 1256px;
            max-width: 100%;
        }

        .image-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            flex: 1;
        }

        .image-content {
            flex: 1 0 23%;
            background: #DCDCDC;
            text-align: center;
        }

        .image-content img {
            max-width: 100%;
        }

/*Community*/
#community-tab #section-hero-banner .text-pan {top:unset; bottom:0;}
#community-tab #section-hero-banner .breakline .container-1-inner {max-width:300px;}
#community-tab #section-hero-banner .breakline .container-1-inner h1 {font-weight: 600;font-size: 72px;line-height: 73px;letter-spacing: 0.26px;text-transform: uppercase;word-spacing: 300px;}
#community-tab #section-hero-banner picture img {object-fit:cover; height:494px;}
/*#community-tab #section-hero-banner picture img {aspect-ratio: 2 / 1;}*/