.ico-values{
 width:40px;
 margin-bottom:10px;
}

.box-values{
    background:#fff;
    border-radius: 10px;
    text-align: center;
    padding:30px 15px 15px 15px;
    min-height:225px;
    margin-bottom:30px;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.15);
}

.our-values{
    background: var(--gray-light-color);
    padding:100px 15px;
}

.section-why{
    padding: 100px 15px;
    background:url('../images/bg-why.webp' ) no-repeat center right;
}

.why-heading::after {
  left: 25px;
}

.edge-to-edge::before {
  background: url('../images/img-vision.webp') center / cover no-repeat;
}

.top-header{
  background: url('../images/banner-about-us.webp') no-repeat center center;
}