@media (max-width: 980px){
	.how-we-value-wrapp img.img-fluid{
		height: 350px;
	}
  .how-we-value-wrapp {
    padding: var(--p50) 0;
  }
}

@media (max-width: 540px){
  .how-we-value-wrapp {
    padding: var(--p40) 0;
  }
  .how-we-value-heading {
    text-align: center;
    margin-bottom: 30px;
}
	.how-we-value-wrapp img.img-fluid {
        height: 300px;
    }
	.how-we-value-wrapp .atrr{
		padding: 0;
	}
	.how-we-value-wrapp .row {
		gap: 25px 0;
	}
	section.summary-section a{
		font-size: 24px;
	}
	.col-lg-7.col-md-12.col-sm-12.position-relative, .col-lg-5.col-md-12.col-sm-12.position-relative.right-contentss {
    padding: 0px;
}
.summary-section .inner-column .image img{
	height: 300px;
}
  .how-we-value-wrapp .attr-col {
    padding: 0;
    position: relative;
    width: 100%;
}
  .how-we-value-wrapp .atr-cont .arrow {
    width: 40px;
    height: 40px;
  }
      .how-we-value-wrapp .attr-col a {
        margin-bottom: 0px;
    }
 
}
@media (max-width: 360px){

}


