.technology-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;max-width:1400px;margin-left:auto;margin-right:auto}.technology-content-item:nth-child(4),.technology-content-item:nth-child(5){grid-column:span 1}.technology-content-item:nth-child(4){justify-self:end}.technology-content-item:nth-child(5){justify-self:start}.technology-content-item{background-color:#f5f5f3;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.technology-content-item:after{bottom:15px;border:1px solid #83878e}.technology-content-item-img:after,.technology-content-item:after{content:"";position:absolute;left:15px;top:15px;right:15px;pointer-events:none}.technology-content-item-img:after{bottom:0;border:1px solid white;border-bottom:0;clip-path:inset(-3px -3px -3px -3px);z-index:1}.technology-content-item:hover{transform:scale(1.02)}.technology-content-item .technology-content-item-img{width:100%;aspect-ratio:4/3;object-fit:cover;position:relative}.technology-content-item .technology-content-item-img img{width:100%;height:100%;object-fit:cover}.technology-content-item .technology-content-item-content{padding:2rem;display:flex;flex-direction:column;justify-content:space-between;background-color:#f5f5f3;min-height:140px}.technology-content-item .technology-content-item-content h2{font-size:1.5rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}.technology-content-item .technology-content-item-content p{font-size:1rem;color:var(--gray-400);line-height:1.4;flex:1}@media (max-width:1000px){.technology-content{grid-template-columns:repeat(2,1fr);gap:2rem;padding:0}.technology-content-item:nth-child(4),.technology-content-item:nth-child(5){grid-column:span 1;justify-self:stretch}.technology-content-item:hover{transform:scale(1.01)}.technology-content-item .technology-content-item-img{aspect-ratio:3/2}.technology-content-item .technology-content-item-content{min-height:120px}}@media (max-width:600px){.technology-content{grid-template-columns:1fr;gap:1.5rem}.technology-content-item-img:after,.technology-content-item:after{left:10px;top:10px;right:10px;bottom:10px}.technology-content-item:nth-child(4),.technology-content-item:nth-child(5){grid-column:span 1;justify-self:stretch}.technology-content-item:hover{transform:scale(1.005)}.technology-content-item .technology-content-item-content{min-height:100px}}