.three-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto}.single-project-item{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:400px;position:relative}.project-item-title{padding:20px;background-color:#00000080;position:absolute;bottom:0;left:0;width:100%}.project-item-title h3{font-family:Poppins;font-size:20px;color:#fff}.spi-holder{position:relative}@media screen and (min-width: 0px) and (max-width: 419px){.three-grid-container{grid-template-columns:100%}}@media screen and (min-width: 420px) and (max-width: 576px){.three-grid-container{grid-template-columns:100%}}@media screen and (min-width: 577px) and (max-width: 768px){.three-grid-container{grid-template-columns:100%}}@media screen and (min-width: 769px) and (max-width: 992px){.three-grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 993px) and (max-width: 1200px){.three-grid-container{grid-template-columns:repeat(2,1fr)}}
