@charset "UTF-8";
/***************************************
    copyright by MaxWeb.com.tw 
***************************************/
/*-------------------------------------------------
 區隔的標題
--------------------------------------------------*/
.title {
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70px;
  height: 10px;
  background-color: #d81233;
}

.canvas_post {
  min-height: 300px;
}
.canvas_post img {
  width: 100%;
}

h2 {
  border-left: 4px solid #9fa0a0;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
}

.highlighted_projects {
  border-top: 4px solid #ff0033;
}
.highlighted_projects h3 {
  margin-top: 20px;
}

/*iPhoe*/