.full_img.short{
	background: #cecece;
}
.txt{
	column-count: 2;
	column-gap: 40px;
}
.logo_equal{
	width: auto;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 30px;
}
h6{
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'CircularStd-Medium';
}



@media (max-width: 992px){

	.logo_equal {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

}


@media (max-width: 576px){

	.txt{
		column-count: 1;
		column-gap: 0px;
	}
	h6 {
	    font-size: 12px;
	}

}