.personal-picutre {
  display: block;
  margin: 100px auto 50px auto;

  /*suqare*/
  /* width: 500px;
  border-radius: 10px; */

  /*circle*/
  width: 300px;
  height: 300px;
  border-radius: 250px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
  object-fit: cover;
}

.section-title {
  font-size: 40px;
  font-family: Lato;
  width: 800px;
  margin: 60px auto 30px auto;
  text-align: center;
  line-height: 28px;
}

p,
ul {
  font-family: Lato;
  font-size: 20px;
  width: 800px;
  margin: 10px auto;
  text-align: justify;
  line-height: 28px;
}

ul {
  margin: 0px auto;
}

.title-field-of-interest {
  font-weight: bold;
}