.project {
  position: relative;
  padding-block-start: 40px;
  padding-block-end: 40px;
}

.about h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 3rem;
  margin-block-start: 0;
  margin-block-end: 0;
}
.about h2 span {
  color: var(--griss);
  font-weight: 600;
}
.about h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}
.about card {
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  justify-content: left;
  padding: 1.6rem;
  border-radius: 1rem;
  box-shadow: none;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.about h4 {
  font-size: 1.3rem;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  color: var(--griss);
}
.about .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 100px;
}
.about .card-title > span {
  font-size: 7rem;
  color: var(--primary);
  font-weight: 600;
}
.about .card-title .title {
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4rem;
}
.about .mv {
  padding: 7.5rem 0;
}
.about .jumbotron {
  background: rgb(169, 254, 220);
  background: -moz-linear-gradient(
    0deg,
    rgba(169, 254, 220, 1) 0%,
    rgba(252, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(169, 254, 220, 1) 0%,
    rgba(252, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(169, 254, 220, 1) 0%,
    rgba(252, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9fedc",endColorstr="#fcffff",GradientType=1);

  padding: 8rem 0;
}

.about .circle {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(24, 184, 60);
  background: -moz-linear-gradient(
    180deg,
    rgba(24, 184, 60, 1) 0%,
    rgba(101, 244, 149, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(24, 184, 60, 1) 0%,
    rgba(101, 244, 149, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(24, 184, 60, 1) 0%,
    rgba(101, 244, 149, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18b83c",endColorstr="#65f495",GradientType=1);

  padding: 8rem 0;
}
.about h1 {
  font-size: 3.7rem;
  max-width: 80%;
}
.about h3 {
  font-size: 1.87rem;
  border-bottom: 1px solid #ae8c70;
}
.about .jumbotron.valores {
  margin-bottom: 0rem;
}
.about .valores {
  padding: 8rem 0;
}
.about .valores .valor {
  padding: 1.65rem 2.3rem 1rem;
  border: 1px solid #000;
}
.about .valores .valor h4 {
  width: fit-content;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  border-bottom: 1px solid #000;
}
.about .valores .valor p {
  font-size: 0.87rem;
  line-height: 1.15rem;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.about .valores .valor p {
  max-height: 88px;
  min-height: 88px;
}
