.top-header {
    background: url('../../dist/img/gmbr.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    height: 20vh;
    opacity: 0.6;
}

.top {
    margin-top: -125px;
    padding: 15px;
}
.card {
    margin: 0px;
    transition: all .5s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 870px;
    height: 550px;
    max-width: 350px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transform: scale(1.10, 1.10);
  }

  .card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
  
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
  
}


.container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin-block: 2rem;
    gap: 2rem;
}

.img1 {
    max-width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}


.tag {
    align-self: flex-start;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    font-size: 0.75rem;
}

.tag+.tag {
    margin-left: 0.5em;
}

.tag-blue {
    background: #56ccf2;
    background: linear-gradient(to bottom, #2f80ed, #56ccf2);
    color: #fafafafa;
}
