/* About */

@media screen and (min-width: 1200px) {
  .about {
    margin-top: 16rem;
  }
}

.about-highlight {
  color: #b1b9c8;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.8rem;
}

.about-highlight-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.about-details {
  padding: 5rem;
  color: #b1b9c8;
}

.about-details a {
  color: #b1b9c8;
}

.about-details a:hover {
  color: #41c7f1;
}

.about-details a:focus {
  color: #41c7f1;
}

.about-paragraph {
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .about-details {
    padding: 2.5rem 0rem;
  }
}

.about-header {
  color: #edeff2;
  font-family: 'GooperLight_Italic';
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin: 1rem 0rem;
}

.about-values-1 {
  font-family: 'GooperLight_Italic';
  color: #d99cf7;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.about-values-2 {
  font-family: 'GooperLight_Italic';
  color: #d4f79c;
  font-weight: normal; 
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.about-values-3 {
  font-family: 'GooperLight_Italic';
  color: #9cf7ab;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.about-skills {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .about-skills {
    flex-direction: column;
    gap: 1rem;
  }
}

.about-list {
  padding: 0rem 1.5rem;
}

.about-list li {
  list-style-type: disc;
}