.about-area {
  height: calc(100svh - 64px);
  position: relative;
  z-index: 0;
}

.about-area::before {
  content: "";
  /* background: url("/wp-content/uploads/2024/05/main_image.jpg"); */
  /* filter: blur(5px);
  backdrop-filter: blur(5px); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-profile .page-content {
  display: flex;
  height: 100%;
}

.content-wrapper {
  height: 100%;
}

.page-profile h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.page-profile .profile-left,
.page-profile .profile-right {
  width: 50%;
}

.page-profile .profile-left {
  height: 100%;
}

.page-profile .profile-left .profile-img {
  height: 100%;
}

.page-profile .profile-left img {
  height: 100%;
  object-fit: cover;
}

.page-profile .profile-right {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.history-list li {
  display: flex;
  gap: 16px;
}

.history-list li span.date {
  min-width: 50px;
}

.history .tab-titles {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.history .tab-titles h3 {
  padding: 4px 24px;
  border: 1px solid #000;
  border-radius: 32px;
  font-weight: 400;
}
