.ibm{
	margin-left: auto;
	margin-right: auto;
}
#map-selector {
	min-height: 50%;
	margin-top: 3rem;
} 
.ok {
	display: flex;
	justify-content: center;
	align-items: center;	
}
.thanks{
	text-align: center;
	padding: 50px 0;
}
.hero {
    width: 100%;
    min-height: 45vh; /* wysokość bannera – możesz zmienić np. 50vh, 70vh */
    
    background-image: url("../img/demos/digital-agency/generic/header-spring-2.jpg"); /* Twoja grafika */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* tekst na środku */
.hero-text {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 6rem); /* automatyczne skalowanie */
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}
.hero .hero-text {
	margin-bottom: 150px;
}
.thanks p {
	font-size: 16px;
}
.thanks .respond-mail p{
	font-size: 14px;
}
.stop h3, h4 {
	text-transform: none;
  font-size: 32px;
  color: #7b8bc4;
  text-align: center;
  margin: 60px auto;
}