.btn-div {
  max-width: 1521px;
  margin: auto;
  padding: 0px 70px;
}
.button {
  font-family: "Campus 700";
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  background: rgba(27, 27, 27, 0.6);
  border-radius: 100px;
  padding: 15px 30px 15px 58px;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.button::before {
  content: url(/assets/img/arrow-back-white.svg);
  width: 8px;
  height: 17px;
  position: absolute;
  top: 20px;
  left: 30px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background: #ffffff;
  color: #1b1b1b;
}

.button:hover::before {
  content: url(/assets/img/arrow-back-black.svg);
  left: 20px;
}

.personDetails {
  max-width: 1512px;
  margin: auto;
  padding: 25px 250px 0;
}

.personDetails-main {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
  padding-bottom: 10px;
}

.img {
  min-width: 236px !important;
  min-height: 236px !important;
  width: 236px !important;
  height: 236px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.img::after {
  content: "";
  width: 78%;
  height: 70%;
  background: #ffd600;
  position: absolute;
  bottom: -8px;
  left: -8px;
  z-index: -1;
}

.img::before {
  content: "";
  width: 78%;
  height: 70%;
  background: #ffd600;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: -1;
}

.personDetails-main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
}
.personDetails-main_1 {
  display: flex;
  align-items: center;
  margin-inline: 0.5rem;
}
.personDetails-main_1 > .mobile {
  display: none;
  line-height: 27px;
  text-transform: uppercase;
  font-feature-settings: "case" on;
}
.personDetails-main_1 > .mobile > h2 {
  font-family: 'Campus 700';
  font-size: 18px;
}
.personDetails-main_1 > .mobile > p {
  font-family: 'Campus 500';
  font-size: 14px;
}
.personDetails-main-content h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 35px;
  line-height: 55px;
  text-transform: uppercase;
  color: #1f2122;
  margin-bottom: 0px;
}
.personDetails-main-content p {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.contact {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.contact .acadEmail {
  background: #ffd600;
  backdrop-filter: blur(3px);
  border-radius: 50px;
  padding: 8px 8px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.contact .acadEmail > span {
  font-family: "Campus 500";
  font-size: 18px;
  line-height: 24px;
  color: #1f2122;
  margin-bottom: 0;
}
.contact .acadEmail > img {
  width: 51px;
  height: 51px;
  cursor: pointer;
  position: relative;
}
.acadEmail > .tooltipText {
  visibility: hidden;
  background-color: black;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: -20px;
  right: 9px;
  z-index: 1;
}


.contact > img {
  width: 51px;
  height: 51px;
}

.biography,
.personDetails-education,
.personDetails-courses,
.personDetails-publications {
  margin: auto;
}
.personDetails-publications {
  margin-bottom: 40px;
}
.biography h2,
.personDetails-education h2, 
.personDetails-courses h2, 
.personDetails-publications h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 24px;
}


.personDetails > div:not(:nth-child(2)) > h2 {
  padding-top: 32px;
  position: relative;
}

.personDetails > div:not(:nth-child(2)) > h2::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 173px;
  border: 2px solid #FFD101;
}

.biography p,
.personDetails-education p, 
.personDetails-courses p,
.personDetails-publications p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}



/* R E S P O N S I V E  */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .personDetails-main-content {
    gap: 15px;
  }
  .contact {
    flex-direction: column;
    align-items: unset;
    width: min-content;
  }
  .links {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .btn-div {
    padding: 24px 45px;
  }
  .personDetails-main {
    margin-bottom: 70px;
    padding: 0px 45px;
  }
  .personDetails {
    padding-inline: 45px;
  }
  .contact { 
    flex-wrap: wrap;
  }
  .biography p,
  .personDetails-education p, 
  .personDetails-courses p,
  .personDetails-publications p {
    text-align: unset;
  }
}
@media screen and (max-width: 768px) {
  .personDetails-main {
    padding: 0 1rem;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 50px;
  }
  .laptop {
    display: none;
  }
  .img {
    min-width: 105px !important;
    min-height: 105px !important;
    width: 105px !important;
    height: 105px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
  }
  .personDetails-main_1 {
    gap: 1.5rem;
  }
  .personDetails-main_1 > .mobile {
    display: unset;
  }
  .contact {
    flex-direction: column;
    gap: 25px;
  }
  .contact .acadEmail {
    max-width: fit-content;
    background: #F4F4F4;
    backdrop-filter: blur(3px);
    border-radius: 8px;
    font-size: 16px;
    padding-inline: 30px;
    width: 100%;
    word-break: break-all;
  }
  .contact .links {
    display: flex;
    justify-content: center;
    gap: 28px;
  }
  .biography h2,
  .personDetails-education h2, 
  .personDetails-courses h2, 
  .personDetails-publications h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .btn-div {
    padding: 24px 15px;
  }
  .personDetails {
    padding-inline: 15px;
  }
}