.section-tekst-foto {
  margin: 150px 0;
}

.tekst-foto__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-tekst-foto .btn{
    margin-top: 25px;
}

@media (max-width: 768px) {
   .section-tekst-foto {
    margin: 100px 0;
}
}