.uc_top-text {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 400;
	color: #fff;
	opacity: .7;
}

.uc_software_header .uc_container_text_box .fa {
	color: #fff;
	font-size: 3.5vw;
	padding: 45px 53px;
	border: 1px solid #fff;
	border-radius: 50%;
}

@media only screen and (max-width:1299px) {}

@media only screen and (max-width: 1024px) {
	.uc_software_header .uc_container_text_box .fa {
		padding: 37px 42px;
		font-size: 3vw;
	}
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 768px) {
	.uc_software_header .uc_socila_icon {
		right: 15px;
	}
	
	.uc_software_header .uc_container_text_box .fa {
		padding: 25px 29px;
		font-size: 3vw;
		margin: 10px 0 0 0;
	}
}

@media only screen and (max-width: 640px) {
	.uc_top-text {
		font-size: 10px;
		letter-spacing: 4px;
	}
}

@media only screen and (max-width: 480px) {
	.uc_top-text {
		font-size: 9px;
	}
	
	.uc_software_header .uc_container_text_box .fa {
		padding: 12px 14px;
	}
}

@media only screen and (max-width: 360px) {
	.uc_software_header .uc_container_text_box .fa {
		margin: 15px 0;
	}
}