HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/imgs2024.org/scss/_content.scss
#section-page,#section-page2{
    padding:120px 0px;
    margin-top: 150px;
    background:$black;
    background: url("../images/bg/page-header.jpg");
    background-size: cover;

    .page-heading{
        h2{
            color: $white;
        }

        ul li a{
            color: $white;
        }
    }
}

#section-page2{
    margin-top: 0px;
    padding-top: 150px;
}

.contact-form{
    .form-group{
        margin-top: 20px;
    }
}

#map {
    position: relative;
    width: 100%;
    height: 450px;
}

#success, #error {
    display: none;
}