.section-1-about {
  padding: 1rem;
  background-color: #fdf6f1;
}
.section-1-about-value {
  display: flex;
  justify-content: center;
}
.section-1-about-value-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1-about-value-left img {
  width: 65%;
}
.section-1-about-value-right {
  width: 50%;
}
.about-value-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #62615c;
  font-weight: 600;
}
.about-value-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #62615c;
  line-height: 27px;
}
.value {
  display: flex;
  align-items: center;
}
.about-core-value h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  padding: 1rem 0;
}
.value p {
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #62615c;
}
.value i {
  margin-right: 1rem;
}
/* Section-2 */
.section-2-about {
  background-color: #dff3f8;
  padding: 2rem 3rem;
}
.section-2-about-heading {
  padding: 1rem 0 1rem 4rem;
}
.section-2-about-heading h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 3.2rem;
  color: #1e1810;
}

.section-2-about-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section-2-about-card {
  width: 500px;
  /* height: 175px; */
  padding: 1rem;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
}
.rating {
  padding: 0rem 0 0.5rem 0;
}
.review p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #62615c;
}

.about-client {
  display: flex;
  align-items: center;
}
.client-name p{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #62615c;
  font-weight: 600;
  margin-bottom: 0;
}
.client-name span{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.about-client img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  margin-right: 1rem;
}

@media only screen and (max-width: 930px) {
  .section-1-about {
    padding: 1rem;
  }
  .about-value{
    padding: 1rem 0;
  }
  .section-1-about-value {
    flex-direction: column;
  }
  .section-1-about-value-left {
    width: 100%;
  }
  .section-1-about-value-left img {
    width: 100%;
  }
  .section-1-about-value-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-2-about-heading h4{
    font-size: 2rem;
  }
  .section-2-about-card {
    flex-direction: column-reverse;
  }
  .rating{
    padding: 0;
  }
}

@media only screen and (max-width: 660px){
  .section-2-about{
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 577px){
  .about-core-value h4{
    font-size: 26px;
  }
  .value p {
    font-size: 14px;
  }
  .section-2-about-heading h4 {
    font-size: 26px;
  }
}
