section.latest {
    padding: 0;
}

section.latest > .container {
    padding-bottom: 0;
}

section.latest a.btn.white:hover {
    border-color: #ffffff !important;
}
  
section.latest .card {
    height: auto;
    padding: 0;
    background-color: var(--wowwood-brown-dark-5);
    margin-bottom: 4rem;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
}

section.latest .card a {
    text-decoration: none;
}

section.latest .card .img-wrapper {
    background-size: cover;
    background-position: center;
}

section.latest .card .card-body {
    padding: 2rem 3rem 1rem 2rem;
}
  
section.latest .card .card-body .card-date {
    font-size: 75%;
}
  
section.latest .card .card-body .card-title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

section.latest .card .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}

section.other {
    padding: 0 0 4rem;
}

section.other > .container {
    padding-top: 0;
}

section.other .card {
    height: auto;
    width: 20rem;
    padding: 0;
    background-color: var(--wowwood-brown-dark-5);
    margin-bottom: 4rem;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
}

section.other .card:hover {
    border-color: transparent;
}

section.other .card a {
    text-decoration: none;
}

section.other .card .img-wrapper {
    height: 12rem;
    background-size: cover;
    background-position: center;
}

section.other .card .card-body {
    transition: background-color 0.3s ease;
    height: 14rem;
    padding: 1rem 2rem 2rem;
}
  
section.other .card:hover .card-body {
    background-color: var(--wowwood-brown-dark);
    color: #ffffff;
}
  
section.other .card * {
    color: var(--color-black);
    text-align: left;
}
  
section.other .card:hover * {
    color: #ffffff;
}
  
section.other .card .card-body .card-date {
    font-size: 75%;
}
  
section.other .card .card-body .card-title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 110%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.other .card .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}
