.text_sections_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.ttx_item {
	width: 100%;
	float: right;
	margin-bottom: 50px;
	padding: 0px;
	box-sizing:border-box;
}
.ttx_title {
	width: 100%;
	float: right;
	margin-bottom:10px;
}
.ttx_text {
	width: 100%;
	float: right;
}
.ttx_img {
	width: 100%;
	float: right;
	padding:50px;
	box-sizing:border-box;
    text-align:center;
	margin-top:30px
}
.ttx_img img {
	border-radius: 15px;
}
.ttx_item:last-child {
	margin-bottom: 0px;
}
@media all and (min-width: 1438px) {

}

@media all and (max-width: 1439px) and (min-width: 769px) {
.ttx_item {
	padding: 15px;
}
}

@media (max-width: 768px) and (min-width: 481px) {
.ttx_item {
	margin-bottom: 20px;
	padding: 0px;
}
.ttx_img {
	margin-bottom: 10px;
	margin-top:30px
}
.ttx_title {
	margin-bottom: 5px;
}
.ttx_img {
	padding:10px;
	margin-top:20px
}
}

@media (max-width: 480px) and (min-width: 319px) {
.ttx_item .narrow_grid_container {
padding:0!important;
}
.ttx_item {
	margin-bottom: 20px;
	padding: 0px;
}
.ttx_img {
	margin-bottom: 0px;
	margin-top: 20px
}
.ttx_title {
	margin-bottom: 5px;
}
.ttx_img {
	padding:15px;
	margin-top:20px
}
.ttx_img {
	border-radius:10px!important
}
}
@media all and (max-width:320px) {
.ttx_item .narrow_grid_container {
padding:0!important;
}
.ttx_item {
	margin-bottom: 20px;
	padding: 0px;
}
.ttx_img {
	margin-bottom: 0px;
	margin-top: 20px
}
.ttx_title {
	margin-bottom: 5px;
}
.ttx_img {
	padding:15px;
	margin-top:20px
}
.ttx_img {
	border-radius:10px!important
}
}