
.home-customer-say .customer-say-mid {
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
    align-items: center;
}

.home-customer-say .customer-say-img {
    margin-bottom: 16px;
}

.home-customer-say .awords-inner {
    margin-top: 0;
    justify-content: space-around;
}
.customer-say {
    border-radius: 20px;
    background-color: #f1f5f8;
    padding: 50px 20px 50px 20px;
    margin-top: 70px;
    margin-bottom: 40px;
}
.cmn-heading h2 {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 50px;
}
.customer-say-img {
    text-align: center;
}
.customer-say-img img {
    max-width: 70px;
}
.customer-say-data {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    text-align: left;
}
.customer-say-data-top {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.customer-say-mid ul {
    display: flex;
    list-style-type: none;
    column-gap: 6px;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
}
.customer-say-mid ul {
    list-style-type: none;
}
.customer-say-data {
    text-align: left;
}
.customer-say-data-top ul img {
    max-width: 22px;
}
.customer-say-data-top h3 {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 0px;
}
.customer-say-data p {
    max-width: 256px;
    font-size: 13px;
    line-height: 18px;
    color: #6c6c6c;
}
@media (max-width:992px) {
    .home-customer-say .awords-inner {
        margin-top: 50px;
        justify-content: center;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
  .cmn-heading h2 {
    margin-bottom: 30px;
  }
  .cmn-heading h2, .eine-app-right h2 {
    font-size: 27px;
    line-height: 35px;
  }
}