.main > .container {
    background-color: var(--blue1);
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
  }

.title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.display {
justify-content: left;
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.fixed-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
  