.realisation {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.realisation__images {
  margin-bottom: 33px;
  line-height: 0;
}
.realisation__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.realisation__title {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.4;
}
@media (min-width: 780px) {
  .realisation__title {
    font-size: 25px;
  }
}
.realisation .button {
  margin: 0 !important;
}
.realisation .album-item {
  display: none;
}
.realisation .album-item:first-of-type {
  display: block;
}

.realisations__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.realisations__item {
  padding-left: 12px;
  padding-right: 12px;
  flex: 0 1 calc(100%);
  width: calc(100%);
  margin-bottom: 45px;
}
@media screen and (min-width: 515px) {
  .realisations__item {
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 1 calc(50%);
    width: calc(50%);
  }
}
@media (min-width: 780px) {
  .realisations__item {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1000px) {
  .realisations__item {
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 1 calc(33.3333333333%);
    width: calc(33.3333333333%);
  }
}