.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

.col-6 {
    min-width: 300px;
    width: 45%;
    padding: 10px;
}

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

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

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

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