.first_about {
  background-color: #EEEEEE;
}
.first_about .wrapper {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
}
@media (min-width: 375px) and (max-width: 679px) {
  .first_about .wrapper {
    flex-direction: column;
  }
}
.first_about h3 {
  font-size: 3rem;
  font-family: "Bodoni Moda", serif;
  display: inline-block;
  position: relative;
}
.first_about h3::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #222222;
  margin-left: 10px;
}

.skills, .strength {
  width: 50%;
  display: inline-block;
}
@media (min-width: 375px) and (max-width: 679px) {
  .skills, .strength {
    width: 100%;
  }
}

.skill_list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
}
.skill_list p {
  display: inline-block;
  width: 10%;
}
.skill_list img {
  width: 10%;
}

.item1 {
  flex-grow: 2;
}

.item2 {
  flex-grow: 6;
}

.item3 {
  flex-grow: 1;
}

.strength img {
  width: 80%;
  margin-top: 20px;
  display: block;
  margin: 20px auto;
}

.second_about {
  background-color: #EEEEEE;
}
.second_about .wrapper {
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
}
@media (min-width: 375px) and (max-width: 679px) {
  .second_about .wrapper {
    flex-direction: column;
  }
}
.second_about h3 {
  font-size: 3rem;
  font-family: "Bodoni Moda", serif;
  display: inline-block;
  position: relative;
}
.second_about h3::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #222222;
  margin-left: 10px;
}

.study, .links {
  width: 50%;
  display: inline-block;
}
@media (min-width: 375px) and (max-width: 679px) {
  .study, .links {
    width: 100%;
  }
}

.study p {
  margin-top: 10px;
  line-height: 2.4rem;
}

.links h3 {
  margin-bottom: 10px;
}
.links a {
  display: block;
  color: #222222;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.links a img {
  width: 4%;
}/*# sourceMappingURL=about.css.map */