.section_our_values .main_heading { position:relative; text-align:center;}
.section_our_values .sub_title { position:relative; font-weight:700;color:#E04B23; text-align:center;}

.section_our_values .sec_description {margin:0 auto;  font-weight:300; text-align:center;	max-width: 870px;}
.section_our_values .value_items {display: flex;flex-wrap: wrap;   margin: 90px 0% 0; justify-content: center;}


.section_our_values .value_items .value_item {
	width: 25%;
	border: 1px solid #E04B23;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 0 -2.5%;
	transition: all 0.3s;
}
.section_our_values .value_items .value_item:hover{ background-color:#E04B23;}
.section_our_values .value_items .value_item:hover *{ color:#fff;}
.section_our_values .value_items .value_item .value_item_content {
	max-width: 190px;
  
}
.value_items .value_item .value_item_icon {margin-bottom: 10px;}
.section_our_values .value_items .value_item:hover .value_item_icon svg,
.section_our_values .value_items .value_item:hover .value_item_icon svg path{ stroke:#fff !important}

.value_items .value_item .value_title { display:block;color:#E04B23; font-weight: 600;  line-height: 120.833%; margin-bottom: 25px; max-width: 165px;}



@media only screen and (max-width: 1550px) {

.section_our_values .value_items .value_item {	margin: -1.5%;}
	
	
}
@media only screen and (max-width: 1350px) {
.section_our_values .value_items .value_item {	width: 35%;}
}
@media only screen and (max-width: 1000px) {
.section_our_values .value_items .value_item {	width: 40%;}
}

@media only screen and (max-width: 880px) {
.section_our_values .value_items .value_item {	width: 50%;}
}
@media only screen and (max-width: 768px) {
.section_our_values .value_items .value_item .value_item_content {
	max-width: 200px; margin-left:0;}

.section_our_values .value_items .value_item {
	width: 70%;
	margin: -4.5% 0;}
}

@media only screen and (max-width: 480px) {
.section_our_values .value_items .value_item {
	width: 99%;
	margin: -4.5% 0;}
}