#troxoiWidget{
	margin:50px 0px;
}
.thumb-col{
	margin-left:30px;
}
.thumb-row {
	height: auto !important;
	margin-top: 50px;
	padding-top: 20px;
}
.t4-main-container-top {
	padding: 20px 10px 10px 10px;
	width: 45%;
	float: left;
	height: 330px;
}

	.t4-main-container-top h3 {
		font-size: 24px;
		line-height: 35px;
	}

	.t4-main-container-top p {
		font-size: 17px;
		line-height: 19px;
	}

	.t4-main-container-top img {
		width: 100%;
	}

.t4-textbox {
	display: flex;
	margin: auto;
	margin-top: 20px;
	justify-content: center;
	align-items: center;
}

.t4-underline {
	height: 340px;
}

.t4-logo {
	border-bottom: 4px solid black;
	width: 1200px;
	margin: 0px auto;
}

	.t4-logo img {
		max-height: 50px;
		width: 240px;
		background-size: cover !important;
		background-position: center;
		margin-bottom: 10px;
	}

.t4-thumb-container {
	width: 18%;
	float: left;
	padding: 10px;
}

@media only screen and (max-width: 1200px) {
	.t4-underline {
		width: 100% !important;
	}
	.t4-textbox {
    display: unset !important;
	margin: auto;
	margin-top: 20px;
	justify-content: center;
	align-items: center;
}
	.thumb-col {
		 margin-left: 0px;
	}
}