.border-main {
  margin-top: -50px;
}

.border-desktop img {
  width: 100%;
}

.border-desktop {
  height: 111px;
}

.border-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  .border-main {
    margin-top: 0;
  }
  .border-main .border-desktop {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .border-main .border-mobile {
    display: none;
  }
}