.foto-tekst,
.tekst-foto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: relative;
  max-width: 1686px;
  margin: 0 auto;
  padding: 52px 0px;
}
.modul-start-informacje-163, .modul-start-informacje-241, .modul-start-informacje-247{
  padding-top: 46px;
}
.modul-start-informacje-165{
  padding-bottom: 46px;
}
.foto-tekst > div,
.tekst-foto > div {
  max-width: 66%;
  position: relative;
}
.foto-tekst > div p,
.tekst-foto > div p {
  /* padding: 0px 139px; */
  margin: 0px;
  font-family: "century-gothic",sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #262626;
  line-height: 34px;
}
.tekst-foto > div p, .tekst-foto > div h3{
  padding-left: 80px;
  padding-right: 139px;
}
.foto-tekst > div p, .foto-tekst > div h3{
  padding-left: 139px;
  padding-right: 80px;
}
.foto-tekst > div img,
.tekst-foto > div img {
  /* max-width: 66vw; */
  max-width: 966px;
  /* max-height: 43vw; */
  max-height: 601px;
  border: 0;
  /* object-fit: scale-down; */
  object-fit: cover;
}
.wiekszy-zielony-tekst{
  margin: 0;
  line-height: 48px!important;
  color: #6d712e!important;
  font-family: "mostra-nuova",sans-serif!important;
  font-size: 42px!important;
  font-weight: 400!important;
}
.foto-tekst div.przyciski-flex, .tekst-foto div.przyciski-flex{
  display: flex;
  gap: 20px;
  width: 100%;
  min-width: 100%;
}
.foto-tekst div.przyciski-flex{
  padding-left: 139px;
  padding-right: 80px;
  margin-top: 24px;
}
.tekst-foto div.przyciski-flex{
  padding-left: 80px;
  padding-right: 139px;
  margin-top: 24px;
}
.przyciski-flex a:hover{
  background-color: #a6b21e!important;
    color: white!important;
    opacity: 1!important;
}
.foto-tekst div.przyciski-flex a:last-child, .tekst-foto div.przyciski-flex a:last-child{
	background-color: #f7f4ed;
  color: #6a702a!important;
	width: max-content;
  font-family: "century-gothic",sans-serif;
  font-size: 17px;
  padding: 10px 32px;
  border-radius: 0.2rem;
  font-weight: 700;
  text-decoration-color: transparent;
  /* margin: 0 auto; */
  display: block;
  letter-spacing: 0.5px;
}
.foto-tekst div.przyciski-flex a:first-child, .tekst-foto div.przyciski-flex a:first-child{
	background-color: #6c712e!important;
  color: white!important;
	width: max-content;
  font-family: "century-gothic",sans-serif;
  font-size: 17px;
  padding: 10px 32px;
  border-radius: 0.2rem;
  font-weight: 700;
  text-decoration-color: transparent;
  /* margin: 0 auto; */
  display: block;
  letter-spacing: 0.5px;
}
.tekst-foto div.przyciski-flex a:hover, .foto-tekst div.przyciski-flex a:hover{
  background-color: #a6b21e!important;
  color: white!important;
}
.tekst-foto ul {
	position: relative;
  margin-left: 80px;
    font-family: "century-gothic",sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #262626;
    line-height: 34px;
    padding-right: 80px;
}
.foto-tekst ul {
	position: relative;
	margin-left: 132px;
    font-family: "century-gothic",sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #262626;
    line-height: 34px;
    padding-right: 80px;
}

/* Lista punktowana */


@media all and (max-width: 1279px) {
  .foto-tekst,
  .tekst-foto {
    flex-wrap: wrap;
  }
}