.personal-profile-head {
  color: #be6d54;
}

.personal-profile-head {
  color: #be6d54;
}
.personal-intro-section {
  background-color: #0b322b;
  margin-top: 384px !important;
  color: #fff;
}
.personal-intro-section .profile-img {
  margin-top: -360px;
  height: 530px !important;
  max-width: 100% !important;
}
.personal-intro-section .profile-section {
  margin-top: -50px !important;
}
.personal-intro-section .profile-section h1 {
  font-size: 54px !important;
  color: #be6d54;
  margin-left: -200px !important;
}
.personal-intro-section .profile-section p {
  color: #fff;
  margin-left: -200px !important;
  font-size: 17px !important;
}
.personal-intro-section .profile-section a {
  margin-left: 1px !important;
  color:#fff
}
.personal-intro-section .profile-section span {
  float: right;
  margin-top: -150px;
  margin-right: -85px;
}
.personal-intro-section .profile-section a:hover {

  color:#2cd7b8 !important;
}
.personal-intro-card h1 {
  text-align: center;
  margin-bottom: 20px;
}
.personal-intro-card p {
  text-align: justify;
  line-height: 1.8rem;
}
.credentials-section {
  background-color: #000;
  color: #fff;
}
.credentials-section .unordered-list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  background: #000;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.experience-section {
  background-color: #fff;
  color: #000;
}
.education-section {
  background-color: antiquewhite !important;
}
.custom-card-margin {
  margin-top: 85px;
  margin-bottom: 85px;
}
.work-experience-section {
  background-color: #c8c8d7;
  padding: 30px;
  height: 150px;
  border-radius: 10px;
}
.footer-text {
  color: #fff !important;
  text-align: center !important;
}
.custom-divider {
  color: #71a9fd !important;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
}
tr:hover {
  background-color: #f1f1f1;
}
.table-container {
  overflow-y: auto; 
}

@media screen and (max-width: 900px) {
  .mob-screen.personal-intro-section .profile-img {
    height: auto !important;
    max-width: 100% !important;
  }
  .mob-screen .profile-section h1 {
    font-size: 30px !important;
    color: #be6d54;
    margin-left: 0px !important;
  }
  .mob-screen .profile-section p {
    color: #fff;
    margin-left: 0px !important;
  }
  .mob-screen .profile-section a {
    margin-left: 0px !important;
  }
  .personal-intro-section .profile-section span {
    float: none !important;
    margin-top: -150px;
    margin-right: none !important;
  }
  .mob-screen .profile-section {
    margin-top: 5px !important;
  }
  .mob-screen .profile-head-desc{
    font-size: 11px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .mob-screen .work-experience-section {
    background-color: #c8c8d7;
    padding: 25px;
    height: 150px;
    border-radius: 10px;
  }
  .mob-screen .work-experience-section h6 {
    font-size: 10px;
  }
  .mob-screen .profile-head-desc{
    font-size: 14px !important;
  }
}