.breadcrumb-p {
    display: inline;
}

#press-carousel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-top: 16px;
}

.press-release-item {
    max-width: 20vw;
    background-color: white;
    text-align: center;
    border: 1px solid #7f3c18;
    margin: 16px;
  }
  

.press-release-img {
    width: 100%;
   /* height: 400px; */
  }

@media screen and (max-width: 600px) {
    .press-release-item {
        max-width: 30vw;
      }

     #press-carousel {
        justify-content: space-evenly;
     } 
}

@media screen and (max-width: 400px) {
    .press-release-item {
        max-width: 80vw;
    }
}