.container {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.container__link {
  margin: 10px 0;
  width: 350px;
  border-bottom: 0px;
  max-height: 460px;
  overflow: hidden;
}
.container__img {
  width: 100%;
  max-height: 460px;
  height: 200px;
}
.inner__swap {
  width: 60%;
  margin: 0 auto;
}
