section.summary-section a{color:var(--heading-color);font-size:28px}section.summary-section a.main-btn.mr{width:150px;font-size:16px;text-align:center}section.summary-section a.main-btn.mr:hover span{color:#fff}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 24px;
    /* color: #000; */
    font-family: var(--primary-font);
    padding: 15px 0;
    text-align: center;
    text-transform: capitalize;
}

.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px);
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.how-we-value-wrapp .row {
    gap: 40px 0;
    justify-content: center;
}

.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}