.PlotsContainer {
  padding-top: 5px;

  &__row {
    background-color: #fff;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;

    > div {
      flex-grow: 1;
      flex-basis: 45%;
    }

    > div.PlotsContainer__row__item--full-width {
      flex-basis: 100%;
    }
  }
}
