.about-me-section-container{
  width: 100%;
  height: 100vh;


  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.about-me-section-symbol-container{
  width: 43%;
  height: 100%;


  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2vh;
  align-items: center;
}
.diamond-symbol{
  width: 30vw;
  height: 30vw;
  background-image: url("../img/diamond_sysmbol.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pink-decoration-horizontal-lines{
  width: 100%;
  height: 25vh;

  background-image: url("../img/decoration_horizontal_pink_lines.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about-me-description-container{
  width: 57%;
  height: 100%;
  box-sizing: border-box;
  background-image: url("../img/background_hexagons.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 70%;
  box-sizing: border-box;
  padding-left: 2vw;
  padding-right: 4.5vw;
  padding-top: 5vw;

}

.webPage-section-title{
  color: #fff;
  font-family: 'Hune', sans-serif;
  font-size: 7vw;
  padding: 0;
  margin-top: 1vw;
  margin-bottom: 0;
}
.webPage-section-description{
  color: #fff;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-size: 1.6vw;
  font-weight: 100;
  text-align: justify;
  line-height: 1.2;
  line-break: 10;
}
