section.my-community{padding:100px 0;overflow:hidden}section.my-community .content-container{max-width:650px;margin:0 auto;text-align:center;margin-bottom:40px}section.my-community .content-container *{color:var(--c2)}section.my-community .content-container .buttons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.my-community .outline-only{color:transparent;-webkit-text-stroke:1.5px black}section.my-community .buttons a.button{background-color:var(--c2) !important;color:var(--c1) !important}section.my-community .buttons a.button:hover{background-color:var(--c1) !important;color:var(--c2) !important}section.my-community .gallery-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}section.my-community .gallery-container::after,section.my-community .gallery-container::before{content:"";display:block;background-image:url('../../../img/green-paint.png');background-size:30%;background-repeat:no-repeat;width:100%;height:100%;position:absolute;z-index:1}section.my-community .gallery-container::after{left:-200px;top:-100px;background-position:top left}section.my-community .gallery-container::before{right:-200px;bottom:-100px;background-position:bottom right}section.my-community .gallery-container img{width:calc(25% - 15px);height:auto;position:relative;z-index:2}