.style-boxed-3 {
  border-color: #d4dde5;
  padding: 40px 15px 30px;
  -moz-transition: background 0.2s ease-in 0s;
  -o-transition: background 0.2s ease-in 0s;
  -webkit-transition: background 0.2s ease-in 0s;
  -ms-transition: background 0.2s ease-in 0s;
  transition: background 0.2s ease-in 0s;
  text-align: center;
  position: relative;
  border: 1px solid #A64E00;
  border-radius: 7px;
}

.style-boxed-3 .icon-container {
  margin-bottom: 20px;
  font-size: 30px;
}

.style-boxed-3 .icon-container2 {
  margin-bottom: 20px;
  font-size: 30px;
}


.style-boxed-3 .icon-container img{
  max-width: 105px;
}


.style-boxed-3 .icon-container2 img{
  max-width: 195px;
}


.style-boxed-3 .icon-container i {
  width: 3.5em;
  height: 3.5em;
  text-align: center;
  line-height: 3.5em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #f60;
  color: #ffffff;
  position: relative;
  cursor: default;
}

.box-title {
	text-decoration: none;
	color: #A64E00;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 30px;
	margin-bottom: 15px;
}

.box_title_4 {
	text-decoration: none;
	color: #A64E00;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 24px;
	margin-bottom: 15px;
}


.style-boxed-3 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
	
.style-boxed-3.hov_y:hover {
  color: #ffffff;
  background: #333333;
  border-color: #777777;
}

.style-boxed-3.hov_y:hover .box-title {
  color: #ffffff;
}

@media (max-width: 991px) {
	.style-boxed-3 {
		margin-bottom: 20px;
	}
	
	.box-title {
		font-size: 24px;
	}
	
	.box_title_4 {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.box_title_4, .box-title {
		font-size: 30px;
	}
}
