#attach-employees-on-pages .row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

@media (min-width: 600px){
  #attach-employees-on-pages .row{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (min-width: 1024px){
  #attach-employees-on-pages .row{
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
}

#attach-employees-on-pages .row > h2{
  grid-column: 1 / -1;
  margin: 8px 0 16px 0 !important;
}

#attach-employees-on-pages .row > h2:not(:first-of-type){
  margin-top: 64px !important;
}

#attach-employees-on-pages .row > article[class*="col-"]{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: var(--global-palette9);
  overflow: hidden;
}

#attach-employees-on-pages .row > article[class*="col-"]:not(:has(.post_wrapper, .post__wrapper)){
  display: none !important;
}

#attach-employees-on-pages .post_image,
#attach-employees-on-pages .post__image{
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 420px;
  overflow: hidden;
}

#attach-employees-on-pages .post_image > a,
#attach-employees-on-pages .post__image > a{
  display: block;
  width: 100%;
  height: 100%;
}

#attach-employees-on-pages .post_image img,
#attach-employees-on-pages .post__image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#attach-employees-on-pages .post_wrapper,
#attach-employees-on-pages .post__wrapper{
  display: block;
  padding: 14px;
}

#attach-employees-on-pages .post_title h4,
#attach-employees-on-pages .post__title h4{
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 1.35rem;
}

#attach-employees-on-pages .post_content,
#attach-employees-on-pages .post__content{
  line-height: 1.35;
  font-size: .95rem;
}

#attach-employees-on-pages .post_job,
#attach-employees-on-pages .post__job{
  opacity: .85;
  margin-bottom: 0.5em;
  color: var(--global-palette2);
  font-weight: bold;
}

#attach-employees-on-pages .post_phone a,
#attach-employees-on-pages .post_email a,
#attach-employees-on-pages .post__phone a,
#attach-employees-on-pages .post__email a{
  word-break: break-word;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#attach-employees-on-pages .post_phone a::before,
#attach-employees-on-pages .post__phone a::before{
  font-family: "Dashicons";
  content: "\f470";
  font-size: 16px;
  line-height: 1;
}

#attach-employees-on-pages .post_email a::before,
#attach-employees-on-pages .post__email a::before{
  font-family: "Dashicons";
  content: "\f465";
  font-size: 16px;
  line-height: 1;
}

#attach-employees-on-pages .row a{
  color: inherit;
  text-decoration: none;
}

#attach-employees-on-pages .row a:hover,
#attach-employees-on-pages .row a:focus{
  text-decoration: none;
}

@media (max-width: 479px){
  #attach-employees-on-pages .post_wrapper,
  #attach-employees-on-pages .post__wrapper{
    padding: 12px;
  }
}

#attach-employees-on-pages {
  margin-bottom: 3em;
}
