/* HS Posts zweispaltig */
.hs-ps2{
  position: relative;
  padding: 0px 0 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.hs-ps2__header{
  padding: 0 0 10px;
}

.hs-ps2__header h2{
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  letter-spacing: .2px;
  color: #0b5673;
}

.hs-ps2__rule{
  height: 2px;
  background: rgba(11, 86, 115, .85);
  margin-top: 10px;
}

/* 2 columns */
.hs-ps2__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 0px;
  margin-top: 22px;
}

.hs-ps2__item{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: start;
  text-decoration: none;
  padding: 18px 0;
  border-bottom: 2px solid rgba(11, 86, 115, .65);
}

.hs-ps2__media{
  background: #e6e6e6;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}

.hs-ps2__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hs-ps2__placeholder{
  width: 100%;
  height: 100%;
  background: #cfcfcf;
}

.hs-ps2__content h3{
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  color: rgba(140, 110, 92, 1);
}

/* Make long titles wrap nicely */
.hs-ps2__content{
  padding-top: 2px;
}

/* Responsive */
@media (max-width: 1100px){
  .hs-ps2__header h2{ font-size: 32px; }
  .hs-ps2__content h3{ font-size: 20px; }
  .hs-ps2__item{ grid-template-columns: 200px 1fr; }
}

@media (max-width: 900px){
  .hs-ps2__grid{ grid-template-columns: 1fr; column-gap: 0; }
  .hs-ps2__item{ grid-template-columns: 220px 1fr; }
}

@media (max-width: 560px){
  .hs-ps2__header h2{ font-size: 32px; }
  .hs-ps2__item{ grid-template-columns: 1fr; gap: 12px; }
  .hs-ps2__media{ aspect-ratio: 16/9; }
}
