/* no_js.css */

.content-box,
.content-box-single,
.contact-form-box {
    opacity: 1 !important;
}

.content-box,
.content-box-single {
    opacity: 1 !important;
}

.content-box:nth-child(odd) {
    border-right: 15px solid rgba(223, 223, 223, 0.1);
}

.content-box:nth-child(even) {
    border-left: 15px solid rgba(223, 223, 223, 0.1);
}

/* Show partner boxes when JavaScript is disabled */
.partner-box {
    opacity: 1 !important;
}

/* Ensure they're visible without animations */
.js-loading .partner-box {
    opacity: 1 !important;
}