.smki-profile-heading {
  width: 100%;
  height: 480px;
  overflow: hidden;
  text-align: center;
  background: url('../img/pattern.jpeg');
  margin-bottom: 3rem;
  border-bottom: 2px solid #eaeaea;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.smki-profile-heading header {
  /* border: 1px solid red; */
  height: 82.5%;
}

.smki-profile-heading footer {
  height: 17.5%;
  background: #fff;
}

.smki-profile-heading header img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-top: 5rem;
}

.smki-profile-heading header p {
  margin: 0;
  padding: 0;
}

.smki-profile-heading header .smki-fullname {
  font-size: 3.1rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.smki-profile-heading header .smki-rolename {
  font-size: 1.8rem;
}
.smki-profile-heading header .smki-role-id {
  margin-top: 0.15rem;
  font-size: 1.2rem;
}

.smki-profile-heading footer section {
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-left: -4px;
  text-align: center;
  position: relative;
}

.smki-profile-heading footer section p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.smki-profile-heading footer section.left-footer p {
  border-right: 2px solid #ccc;
}

.smki-profile-heading footer section p span {
  display: block;
}
.smki-profile-content {
  margin-bottom: 200px;
}
.smki-profile-content article {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.smki-profile-content article .profile-content-heading {
  text-align: center;
}
.smki-profile-content article .profile-content-heading p {
  display: inline-block;
  height: 2.4rem;
  width: 160px;
  box-sizing: border-box;
  padding-top: 0.5rem;
  background: #303F9F;
  color: #fff;
  border-radius: 1.2rem;
}

.smki-profile-content .left-content {
  width: 55%;
  margin: 0 5%;
}

.smki-profile-content .center-content {
  width: 100%;
  margin: 0 5%;
  margin-bottom: 50px;
}

.smki-profile-content .right-content {
  width: 30%;
}

.smki-profile-content .left-content p {
  margin: 0;
  padding: 0;
}

.smki-profile-content .left-content .materi-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.smki-profile-content .left-content .materi-container:last-child {
  border-bottom: 0px;
}

.smki-profile-content .left-content .materi-title {
  color: #29b6f6;
  font-size: 1.15rem;
}

.smki-profile-content .left-content .materi-description {
  color: #777;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.smki-profile-content .left-content a {
  outline: 0;
}
.smki-profile-content .left-content a:active,
.smki-profile-content .left-content .materi-download:active {
  outline: 0;
}

.smki-profile-content .left-content .materi-download {
  margin-top: 20px;
  background: #efefef;
  height: 2rem;
  width: 8rem;
  border-radius: 1rem;
}

.smki-profile-content .left-content .materi-date {
  font-size: 0.7rem;
  color: #aaa;
  display: block;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .smki-profile-content .left-content {
    width: 90%;
    margin: 0 auto;
  }

  .smki-profile-content .right-content {
    width: 90%;
    margin: 40px auto;
  }
}
