.techboximg {float:left; width:100%; height:320px; border-radius:0.75rem; }
.styletbl.tech th {width:200px;}
.cols-2.tech3 {}
.cols-2.tech3 img {min-width:100%; min-height:100%; object-fit: cover; display: block;}

.cols-3.tech4 .one {overflow: hidden; border-radius:0.5rem; }
.cols-3.tech4 img {min-width:100%; min-height:100%; object-fit: cover; display: block;}

.techboxcont .pcolor {color:#0164e3; font-weight:500;}

@media (max-width:1200px) {
	.styletbl.tech th {width:auto;}
	.cols-2.tech3 {grid-template-columns:1fr;}
	.cols-2.tech3 img {height:auto;}

	.cols-3.tech4 .cols-1 {grid-template-columns:1fr 1fr;}
}