/* TEXT AND MEDIA · prefix .tm */
.tm__copy .h-sec{margin-top:0}
.tm__copy .txt:first-of-type{margin-top:16px}
.tm__media{min-height:260px}
@media (min-width:768px){ .tm__media{min-height:340px} }
@media (min-width:1024px){
  .tm__media{aspect-ratio:4/3;min-height:0;height:auto}
}
.tm__media img{border-radius:inherit}
