.row {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.col-3 {
  min-width: 250px;
  width: 20%;
}

.col-6 {
  min-width: 300px;
  width: 50%;
}

.col-12 {
  width: 80%;
  padding: 10px;
}

.padded {
  padding: 10px;
  box-sizing: border-box;
}

.about-fb-post {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ig-post {
  margin: 10px 0px;
  filter: drop-shadow(0px 0px 10px black);
}

@media screen and (max-width: 1023px) {
  .col-6 {
    width: 100%;
  }

  /* GALERIJA */
  .image-wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 10px solid white;
  }
}
