#inner-page-wrapper > .container {
    width: 100%;
}

.nt-row {
	justify-content: flex-start
}

.nt-row .col-md-3 {
	width: calc(25% - 20px);
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}


.nt-row .col-md-3 a {
	color: var(--primary);
	text-decoration: none !important;
}

.nt-row .col-md-3 h2 {
	text-transform: uppercase;
	display: inline-block;	
	margin-bottom: 0 !important;
}

.nt-row .col-md-3 h2::after {
	background: #8e8e8e;
	max-width: 73px;
	height: 1px;
	display: block;
	content: '';
	margin: 5px auto 10px;
}

.nt-row .col-md-3 a:hover {
	text-decoration: none;
}

.nt-row .col-md-3 img {
	width: 100%;
	max-width: 100% !important;
}

@media(max-width:767px) {
	.nt-row .col-md-3 {
		width: 100%;
		margin: 20px 0;
		margin: 0;
	}    
	.nt-row .col-md-3 h2 {
	    font-size: 18px !important;
	}
}