﻿body {
}
.custom-container {
    margin-left: 0; /* Default for smaller screens */
}

@media (min-width: 992px) { /* Desktop screens (>= 992px) */
    .custom-container {
        margin-left: 404px;
    }
}

.contact-box{
    background: white;
}

[data-bs-theme=dark] .contact-box {
    background: #282f36;
}