@media(min-width:768px){.elementor-2845 .elementor-element.elementor-element-4c8111b{width:100%;}}/* Start custom CSS */p.info-banner{
            text-align: center;
            font-size: 2rem;
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
            background: #eb212d;
            padding: 2.5rem 1rem;
        }

        p.info-banner > span{
            color: #fff;
        }

        div.maintenance{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0 1rem;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #maintenance{
            font-size: 3rem;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        div.maintenance > p {
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 20px;
            margin-bottom: 2rem;
            text-align: center;
        }

        div.maintenance img{
            max-width: 130px;
        }

        @media screen and (max-width : 500px){
            #maintenance{
                font-size: 2rem;
            }

            p.info-banner{
                font-size: 1.5rem;
            }
        }
        
        .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
            padding: 0;
        }/* End custom CSS */