.content {
    /* border: solid 1px #00000015; */
    margin-bottom: 4.5rem;
    padding: 0px;
}

/* GALLERY Section
--------------------------------*/
.chem-gallery img {
    margin: 8px;
    vertical-align: middle;
    border-radius: 15px;
    box-shadow: 0 0 17px 8px rgba(0, 0, 0, 0.2);
}

/* WHY LAB4PHYSICS Section
--------------------------------*/
#chemistry-why .why-items {
    max-width: 1000px;
}
@media (max-width: 768px) {
    #chemistry-why .owl-carousel .item {
        max-width: 400px;
        margin: 0px auto;
    }
}

.cta-bar p strong {
    color: #4B3BB6 !important;
}