.div1 {
  text-align: start;
  margin-top: 5%;
  /* line-height: 11px; */
}
.div1 h5 {
  margin-bottom: 2%;
}

.div2 {
  text-align: start;
  margin-top: 3%;
  margin-bottom: 3%;
  /* line-height: 11px; */
}

.profile-container {
  display: flex;
  /* flex-direction: column; */
  /* align-items: center;
  text-align: center; */
}

.pdetail {
  margin: 2% 0 0 10%;
}

.pdetail1 {
  /* margin: 2% 0 7% 7%; */
  margin-top: 5%;
  margin-right: 7%;
}

.profile-image {
  width: 300px;
  height: 350px;
  border-radius: 5%;
  margin-bottom: 20px;
}

.award-image {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  /* margin-bottom: 20px; */
}
.awardimg {
  margin-left: 5%;
}

.profile-name {
  font-size: 24px;
  margin-bottom: 10px;
}

.profile-bio {
  font-size: 16px;
  color: gray;
  margin-bottom: 20px;
}

.profile-details {
  display: flex;
  justify-content: center;
}

.profile-details-item {
  margin: 0 20px;
  font-size: 16px;
}

.profile-details-item i {
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  .profile-container {
    display: flex;
    flex-direction: column;
    /* align-items: center;
  text-align: center; */
  }
  .profile-image {
    width: 300px;
    height: 350px;
    border-radius: 5%;
    margin-bottom: 20px;
    margin-left: 8%;
  }
  .awardimg {
    margin-left: 0;
    margin-top: 5%;
  }
}
