/* Sticky Profile*/
.profile-sticky {
  top: 10rem;
  left: 50%;
  transform: scale(0) translate(-50%, 0%);
}

/* Sticky profile end*/

.profile-maininfo-content .heading-secondary {
  margin-bottom: 4rem;
}
.profile-info-section {
  margin: 0 auto 8.5rem auto;
}

.profile-info-section:last-of-type {
  margin: 0 auto 15rem auto;
}

.profile-maininfo {
  margin: 7.9rem 10.8rem;
  display: flex;
  flex-direction: row;
}

.profile-maininfo-photoside {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 4rem;
  padding-right: 10.9rem;
  border-right: 1px solid rgba(0, 0, 0, 0.31);
}

.profile-maininfo-photoside img {
  width: 20.9rem;
  height: 20.9rem;
  object-fit: cover;
  border-radius: 50%;
}

.profile-maininfo-content {
  padding-left: 10.9rem;
}

.profile-table,
.profile-table tbody {
  display: inline-block;
  width: 100%;
}

.profile-table tbody {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3rem;
  align-content: center;
  width: 100%;
  justify-content: center;
}

.not-centre {
  align-content: flex-start !important;
}
.profile-table tr {
  width: 80%;
}

.profile-table tr {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.profile-table tr td {
  display: inline-block;
  width: 50%;
  flex-grow: 1;
}
.profile-table tr td:first-child {
  display: inline-block;
  font-weight: 700;
}

/* info data */
.info-block {
  background: rgba(217, 217, 217, 0.17);
  border: 0.5px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 4px rgba(245, 245, 245, 0.1);
}
.info-content {
  padding: 6.2rem;
}

.basicinfo-education {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}

/* Basic info  */

.basic-info {
  flex-grow: 3;
}

/* Education  */
.education {
  flex-grow: 1;
}

.education {
  width: 40%;
}
.education .profile-table tr {
  flex-direction: column;
}

.education .profile-table td {
  padding: 0 0 3rem;
  width: 100%;
}

/* Dropdown info  */

.dropdown-block:not(.dropdown-block:last-child) {
  margin-bottom: 5.4rem;
}

.dropdown-heading,
.dropdown-heading:active,
.dropdown-heading:focus,
.dropdown-heading:not(.collapsed) {
  display: block;
  font-weight: 700;
  padding: 2rem;
  font-size: 1.8rem !important;
  line-height: 22px;
  text-align: center;
  color: var(--color-grey-dark);
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: center;
}

.dropdown-heading::after {
  position: absolute;
  margin: 0;
  right: 1rem;
  top: 40%;
}

.dropdown-content {
  padding: 3rem;
}

/* Relevant resources  */
.resources-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.youtube-links {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  padding-right: 16.6rem;
}
.youtube-links li {
  padding-bottom: 5rem;
}
.other-links {
  width: 50%;
  padding-left: 7.6rem;
}
.link-heading {
  /* width: 189px; */
  /* height: 36px; */
  padding-bottom: 1rem;
  font-weight: 700;
}
.other-link {
  padding-bottom: 4rem;
}
