.profile-holder {
  position: absolute;
  max-width: 50%;
  top: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.minh-100 {
  height: 300px;
}

.ykb-page-bg {
  height: 300px;
  position: relative;
  background: url("../assets/images/blog-bg-grey.png") center/cover no-repeat;
  background-color: #deecff;
  background-blend-mode: lighten;
}

.banner-pattern {
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-pattern .overflow-none {
  height: 300px;
}

.pattern {
  position: absolute;
  width: 80%;
  right: -3%;
  top: 0;
}

.name-gender {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}

.name-gender .gender {
  font-size: 20px;
}

.member-name {
  font-size: 36px;
  font-weight: 600;
}

.personal-info .location,
.personal-info .organisation {
  font-size: 22px;
}

.member-about .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.about-text {
  font-size: 18px;
  line-height: 28px;
}

.blog-link {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.mb-5em {
  margin-bottom: 5em;
}

.card-img,
.img-mask {
  position: relative;
}

.card-img::before,
.img-mask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../assets/images/image-mask.svg) center/108% no-repeat;
  border-radius: 50%;
}

#navbar .nav-link:active,
#navbar .nav-link:focus,
#navbar .nav-link:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before {
  background: url("../assets/icons/blue.svg") center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .personal-info {
    margin-left: 3em;
  }
}

@media all and (min-width: 1400px) {
  .member-about .heading {
    font-size: 20px;
  }

  .about-text, .blog-link {
    font-size: 20px;
    line-height: 30px;
  }
}
