.gif-link {
  display: block;
  width: 100%;
}

.gif {
  background: url("../images/blockDG.gif");
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom:-0.5rem;
}

.container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.gif2 {
  background: url("../images/ad3.gif");
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-right: 0.6rem; /* Adjust as needed */
  margin-bottom:-0.5rem;
}
.gif3 {
  background: url("../images/papa.gif");
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom:-0.5rem;
}

a.gif2:last-child {
  margin-right: 0; /* Remove right margin from the last item */
}