.grid-alt .grid__col:first-child {
    grid-column: span 4;
}
.grid-alt .grid__col:last-child {
    grid-column: span 2;
}
.grid-alt .grid__col:last-child .tab__image {
    padding-top: 50.6%;
}
.tab__content .tab__entry p a {
  font-weight: 500;
  color: #B5963F;
}