.resume__sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #f0f0f3;
}

.resume__profile
 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.resume__photo {
  width: 170px;
  height: 200px;
  border-radius: 5%;
}

.resume__name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.resume__profession{
 margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.resume__student{
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
 
}
.resume__info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  margin-top: 20px;
  gap: 12px;
}

.resume__info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
}

.resume__info-item i {
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.resume__info-item a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.resume__info-item a:hover {
  font-weight: bold;
}

.resume__social-item a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.resume__social-item:hover a {
  font-weight: bold;
}

.resume__socials{
  font-size: 18px;
  font-weight: bold;

}

.resume__profile{
  font-size: 18px;
    font-weight: bold;
}
.resume__profile-text{
  font-size: 15px;
color: #333;

}
