/*!
Theme Name: Skillum
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Skillum theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skillum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: skillum
Template Id: prod-20708
*/
.title a{
    margin: 0;
    color: #ffff !important;
}

.notable-work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.notable-work-card {
    position: relative;
}
.notable-work-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.3);
}
.notable-work-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}
.notable-work-imgbox {
    height: 100%;
}
.notable-work-imgbox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Media Querry */

@media (max-width: 991px){
	.notable-work-grid {
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px){
	.notable-work-grid {
	    grid-template-columns: repeat(1, 1fr);
	}
}