.title{
  flex-direction: column !important;
}
internal{
  flex-direction: column;
  max-width: 1256px !important;
}
searchbar{
  width: 100%;
}
pageHeader,
pageHeader .pageCol,
pageHeader .pageTitle{
  width: 100%;
  max-width: 100% !important;
  align-items: center;
}
form{
  justify-content: flex-end;
}
box{
  flex-direction: row !important;
  flex-wrap: nowrap;
  padding: 0px;
  gap: 32px;
}
box .blogContent{
  display: flex;
  flex-direction: column;
  max-height: 320px;
  width: 100%;
  overflow: hidden;
}
box .image{
  height: 100%;
  width: 45%;
  flex-shrink: 0;
  background-image: url('../assets/images/banner.jpg');
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
#box_row_3 a{
  width: calc(25% - 18px);;
}
#box_latest box .blogContent{
  padding: 32px;
  gap: 16px;
}
#box_latest box .blogContent .title{
  font-size: 24px;
  color: #4F4F4F;
  pointer-events: none;
}
#box_latest box .blogContent .post{
  font-size: 14px !important;
  line-height: 26px !important;
  overflow: hidden;
}
box .blogContent .posted_by{
  padding: 0;
  font-weight: 600;
  color: #4F4F4F;
}
box .blogContent .date{
  font-size: 13px;
  text-align: left;
  margin-top: -8px;
}
#box_latest box,
#box_latest a{
  height: 320px;
  width: 100%;
}
#box_row_2{
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#box_row_2 box,
#box_row_2 a{
  height: 95px;
  width: 100%;
  gap: 16px;
}
#box_row_2 box .image{
  height: 100%;
  width: 35%;
}
#box_row_2 box .blogContent{
  padding: 16px;
  gap: 8px;
}
#box_row_2 box .blogContent .date{
  font-size: 11px;
  margin-top: -4px;
}
#box_row_3{
  flex-direction: row;
  flex-wrap: wrap;
}
#box_row_3 box .image{
  height: 124px;
  width: 100%;
}
#box_row_3 box .blogContent{
  height: 100%;
  padding: 16px;
  gap: 8px;
}
#box_row_3 box{
  flex-direction: column !important;
  height: 256px;
  width: 100%;
  gap: 8px;
}
#box_row_3 a{
  width: calc(25% - 12px);
}

@media only all and (max-width: 620px) {
  pageHeader .pageTitle{
    flex-direction: column;
  }
}