.text_sections_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.text_sections_items {
	width: 100%;
	float: right;
}
.ttx_item {
	width: 100%;
	float: right;
	margin-bottom: 0px;
	box-sizing:border-box;
}
.ttx_title {
	width: 100%;
	float: right;
	margin-bottom:10px;
}

.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) {
.onlyAbout{
	position:relative;
	top:-70px;
}
.ttx_item:first-child {
	padding: 70px 70px 0px 70px;
}
.ttx_item {
	padding: 0px 70px 0px 70px;
}
.ttx_text {
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom: 1px solid #000;
}
}

@media all and (max-width: 1439px) and (min-width: 769px) {
.onlyAbout{
	position:relative;
	top:-50px;
}
.ttx_item:first-child {
	padding: 50px 50px 0px 50px;
}
.ttx_item {
	padding: 0px 50px 0px 50px;
}
.ttx_text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #000;
}
}

@media (max-width: 768px) and (min-width: 481px) {
.text_sections_wrapper {
	width: 90%;
	margin-right:5%;
	margin-left:5%;
}
.onlyAbout{
	position:relative;
	top:-30px;
}
.ttx_item:first-child {
	padding: 30px 30px 0px 30px;
}
.ttx_item {
	padding: 0px 30px 0px 30px;
}
.ttx_text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #000;
}
}

@media (max-width: 480px) and (min-width: 319px) {
.onlyAbout{
	position:relative;
	top:20px;
}
.ttx_item:first-child {
	padding: 0px;
}
.ttx_item {
	padding: 0;
}
.ttx_text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #000;
}
}
@media all and (max-width:320px) {
.onlyAbout{
	position:relative;
	top:20px;
}
.ttx_item:first-child {
	padding: 0px;
}
.ttx_item {
	padding: 0;
}
.ttx_text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #000;
}
}