.star{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
    background-position: center !important;
    background-size: cover !important;
    background: url('https://antoszak.eu/wp-content/uploads/2022/12/DJI_0573-1.jpg');
}

.title{
    color: white;
    font-weight: bold;
    font-size: 30px;
}
.miejs{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
}
.miejsce-tekst{
    width: 24%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.miejsce-tekst p{
    text-align: center;
}
.miejsce-tekst h3{
    text-align: center;
}
.miejsce-tekst a{
    text-align: center;
}
.miejs {
    margin-top: 50px;
}

.miejsce-tekst h3 {
    text-align: center;
    font-size: 25px;
}

.mapa {
    margin-top: 50px;
}

@media screen and (max-width:911px){
    .miejs {
        flex-direction: column;
        width: 100%;
    }
    .miejsce-tekst {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 60px;
    }
}