.about-hero-section {
    font-family: 'Inter',sans-serif;
  min-height: 80vh;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0 8%;
  background-color: #F9FAFB;
  width: 1000px;
}
.about-title {
 font-family: 'Inter',sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1F2937;
  margin: 12px 0;
  width: 1000px;
}
.sub-title {
 font-family: 'Inter',sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1F2937;
  margin: 12px 0;
  width: 1000px;
}
.more-about-me {
  font-size: 20px;
  font-weight: 300;
  color: #1F2937;
  margin: 12px 0;
  width: 1000px;
}
.skills-intrest{
  font-family: 'Inter',sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #1F2937;
  margin: 12px 0;
  width: 1000px;
  margin-top: 32px;
}

.skill-items{
  display: inline-flex;
  margin-block: 10px;
  align-items: center;
   width:150px;
}
.skill-items p{
  margin-left: 5px;
}
.skill-items img{
  width: 40px;
  height:px;
}