th:nth-child(2), th:nth-child(3), th:nth-child(4) {
    width: 150px;
}

@media screen and (max-width: 1024px) {
	.responsive-cols .col-3, .responsive-cols .col-9 {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.detail-page {
		padding: 0 !important;
		width: 100%;
	}
}