/**
* Theme Name: Extice Child
* Description: This is a child theme of Extice, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: moravia
* Version: 1.1.0
*/
.project-item.project-style-1 .project-content .project-title{
	color: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-8,
.col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/* Desktop (≥768px) */
@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.6666%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
}
