body {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #464646;
}
.main-title {
  color: #377dff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.client-logo {
  width: 120px;
  height: 120px;
  border-radius: 100px;

}
.about-client {
  background-color: aliceblue;
  padding: 20px;
  border-radius: 10px;
}
.about-client h5 {
  color: #377dff;
  font-weight: bold;
}
.challenge,
.solution,
.results {
  margin-bottom: 50px;
}
.challenge h3,
.solution h3,
.results h3 {
  color: #377dff;
  font-weight: bold;
  margin-bottom: 15px;
}
.project-details {
  padding: 2px 18%;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .project-details {
    padding: 2px 8%;
  }
  .client-logo {
    display: none;
  }
  .image-size{
    height: 320px;
  }

}
