.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .media-container {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  border-top: 2px solid rgba(0, 0 ,0 ,.75);
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article {
  padding: 3rem 0;
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0 ,0 ,.25);
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .excerpt {
  opacity: 50%;
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .media-container {
    flex-direction: row;
    gap: 3rem 0;
  }
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article {
    width: 25%;
    padding: 0 3rem;
    border-top: none;
  }
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article:not(:nth-child(4n)) {
    border-right: 1px solid rgba(0, 0 ,0 ,.25);
  }
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article:not(:first-of-type) {
    border-top: none;
  }
}
    .component-52d5b9be-3b19-4dbf-8861-c94872888314 .logos {
      align-items: center;
      margin: 0 3rem;
      justify-content: center;
      display: flex;
      flex-flow: row wrap;
      
    }
    .component-52d5b9be-3b19-4dbf-8861-c94872888314 .logo-container {
      flex: 0 0 50%;
      width: 50%;
      padding: 15px;
    }
    
    @media only screen and (min-width: 576px){
      .component-52d5b9be-3b19-4dbf-8861-c94872888314 .logo-container {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
      }
    }
    
    @media only screen and (min-width: 768px){
      .component-52d5b9be-3b19-4dbf-8861-c94872888314 .logo-container {
        flex: 0 0 25%;
        width: 25%;
      }
    }
    
    @media only screen and (min-width: 992px){
      .component-52d5b9be-3b19-4dbf-8861-c94872888314 .logo-container {
        flex: 0 0 25%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%;
      }
    }

    .component-52d5b9be-3b19-4dbf-8861-c94872888314 .logo {
      margin: 0;
      width: 100%;
      max-width: 250px;
      height: auto;
    }
.component-86b78472-d2a6-4839-a99a-7efb274f10fb .section-title {
  margin-bottom: 0;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .media-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .article {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .media-link {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  border-radius: 8px;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .responsive-media {
  padding-bottom: 0 !important;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .unstack-media * {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .media-link + .title {
  padding-top: .5rem;
}

.component-86b78472-d2a6-4839-a99a-7efb274f10fb .media-link + .title a {
  color: #333;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}


.component-86b78472-d2a6-4839-a99a-7efb274f10fb .category {
  color: #FFF;
  background-color: rgba(0,0,0,.45);
  padding: .4rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem;
  display: inline-block;
}

/* Desktop layout */
@media only screen and (min-width: 1080px) {
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb .media-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type,
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) {
    position: relative;
    height: 100%;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type .title,
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) .title {
    background: rgba(0,0,0,.1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type .media-link,
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) .media-link {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-bottom: 0;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type .media-link + .title,
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) .media-link + .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type .media-link + .title h3,
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) .media-link + .title h3 {
    color: #FFF;
    font-size: 4rem;
    display: block;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb .media-link + .title .date {
    color: #000;
    opacity: .5;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type .media-link + .title .date {
    color: #FFF;
  }
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) .media-link + .title .date {
    color: #FFF;
  }
  
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.left .article:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  
  .component-86b78472-d2a6-4839-a99a-7efb274f10fb.right .article:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}