/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
#content2 .menu_title {
  margin-bottom: 0;
}

.post_position {
  color: #42210b;
}
.post_position .header {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  margin-bottom: 20px;
}
.post_position .header .profile_picture {
  flex: 1;
}
.post_position .header .profile_picture .img img {
  width: 100%;
}
.post_position .header .profile_information {
  width: 100%;
  flex: 2;
  flex-shrink: 0;
}
.post_position .header .profile_information .name,
.post_position .header .profile_information .position {
  margin-bottom: 10px;
}
.post_position .header .profile_information .line {
  margin-left: 50px;
  border-bottom: 2px solid #42210b;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
/*iPad*/
/*iPhone*/
@media screen and (max-width: 767px) {
  .post_position .header {
    flex-direction: column;
  }
  .profile_information h1 {
    font-size: 2.2rem;
  }
  .profile_information h2 {
    font-size: 1.8rem;
  }
}