@media (max-width: 576px) {
	.twentythree-img,
	.twentyfour-img,
	.twentyfifth-img,
	.twentysixth-img{
		height: 70vw;
	}
	.certs-para p{
		font-size: .84rem;
		padding: 0;
	}
	.img-container img{
		width: 125px;
	}
}

@media (min-width: 768px) { 
	.twentythree-img,
	.twentyfour-img,
	.twentyfifth-img,
	.twentysixth-img{
		height: 35vw;
	}
	.certs-para p{
		font-size: .875rem;
		padding: 15px;
	}
	.img-container img{
		width: 155px;
	}
}

@media (min-width: 992px) { 
	.twentythree-img
	 .twentyfour-img
	  .twentyfifth-img
	   .twentysixth-img{
		height: 35vw;
	}
	.certs-para p{
		font-size: 1rem;
		padding: 30px;
	}
	.img-container img{
		width: 200px;
	}
	.img-scroll img{
		display: inline-block;
		color: white;
		text-align: center;
		padding: 14px;
		text-decoration: none;
	}
	.img-scroll img:hover{
		background-color: rgba(0, 0, 0, 0.2);
		transition: .7s;
	}
}

@media (min-width: 1200px) { 
	.twentythree-img,
	.twentyfour-img,
	.twentyfifth-img,
	.twentysixth-img{
		height: 18vw;
	}
	.certs-para p{
		font-size: 1rem;
		padding: 15px;
	}
	.img-container img{
		width: 250px;
	}

	.img-scroll{
		overflow: auto;
		white-space: nowrap;
	}

}