.about-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  z-index: 0;
}

.about-desc-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55%;
  padding-top: 80px;
  text-align: center;
}

.about-title {
  margin-bottom: 0px;
  font-family: ITC-serif-gothic;
  font-size: 50px;
  color: rgb(239, 127, 64);
  user-select: none;
}

.about-desc {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: ITC-serif-gothic-regular;
  font-size: 35px;
  color: rgb(250, 220, 196);
}


.skills-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

.skills-text-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 100%;
}

.skills-text {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: ITC-serif-gothic;
  font-size: 40px;
  color: rgb(239, 127, 64);
  user-select: none;
}


.skills-box-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0px;
  width: 20%;
  height: 100%;
}

.orng-arrow-left, .orng-arrow-right {
  width: 8%;
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
}

.orng-arrow-left:hover, .orng-arrow-right:hover {
  cursor: pointer;
}

.skills-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 100%;
  background-color: rgb(239, 127, 64);
}

.skills-box-content {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: ITC-serif-gothic-regular;
  font-size: 40px;
  user-select: none;
}

.skills-line {
  width: 60%;
  user-select: none;
}

@media (width <= 1000px) {
  .about-desc-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    padding-top: 140px;
    text-align: center;
  }

  .about-title {
    margin-bottom: 0px;
    font-family: ITC-serif-gothic;
    font-size: 65px;
    color: rgb(239, 127, 64);
    user-select: none;
  }

  .about-desc {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: ITC-serif-gothic-regular;
    font-size: 45px;
    color: rgb(250, 220, 196);
  }

  .skills-text {
    margin-bottom: 0px;
    font-family: ITC-serif-gothic;
    font-size: 80px;
    color: rgb(239, 127, 64);
    user-select: none;
  }

  .skills-line {
    width: 150%;
  }

  .skills-box-holder {
    width: 50%;
    height: 85%;
  }

  .skills-box-content {
    font-size: 57px;
  }

  .orng-arrow-left, .orng-arrow-right {
    width: 10%;
    margin-left: 20px;
    margin-right: 20px;
    user-select: none;
  }

  .skills-box-holder {
    margin-left: 80px;
  }

  .skills-holder {
    margin-top: 190px;
  }

  .skills-text-holder {
    margin-left: 50px;
  }

}