:root {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #404040;
  background: #F3F4F1;
}
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
* {
  margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
html {
  overflow-x: clip;
}
section {
  max-width: 1920px;
  margin-inline: auto;
}
/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}
/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  text-wrap: balance;
  font-family: "Playfair Display", serif;
}
a {
  color: inherit;
}
/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}
/* ------- end reset ------- */
.typing-rotator {
  align-items: baseline;
}
.typing-rotator .dynamic {
  min-width: fit-content;
  display: inline-flex;
  align-items: baseline;
}
.typing-rotator .cursor {
  font-weight: 400;
  font-size: 1em;
  animation: blink 1s steps(1) infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.circle {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #40404033;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
h2 {
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.text-box {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
  padding-top: 1rem;
  border-top: 1px solid #404040;
}
.small-heading {
  color: #404040;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  display: block;
}
.small-heading__centered {
  width: 100%;
  text-align: center;
}
header {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 3;
  top: 0;
  background-color: transparent;
  transition: all 0.7s;
}
header .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 40px;
  max-width: 1920px;
  margin-inline: auto;
}
header nav {
  gap: 32px;
  display: flex;
  align-items: center;
}
header nav a {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
header nav .close {
  display: none;
}
header .open-menu {
  display: none;
}
header.visible {
  background-color: #f3f4f1eb;
}
#kim-jestem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem;
  position: relative;
}
#kim-jestem:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #40404033;
  right: -400px;
  width: 800px;
  height: 800px;
  top: -440px;
}
#kim-jestem .img-holder {
  width: 100%;
  background: #FCF9F6;
  padding-top: 8rem;
  padding-inline: 78px;
}
#kim-jestem .img-holder img {
  margin-inline: auto;
}
#kim-jestem .content {
  padding-top: 9.875rem;
  padding-bottom: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 2rem;
  gap: 3rem;
}
#kim-jestem .content h2 {
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 6.25rem;
}
#kim-jestem .content .boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px;
}
#cele-kampanii {
  padding-block: 9.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-inline: 1rem;
  position: relative;
}
#cele-kampanii:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #40404033;
  width: 40rem;
  height: 40rem;
  left: -19rem;
  top: 55%;
  transform: translateY(-45%);
}
#cele-kampanii > h2,
#cele-kampanii .box {
  aspect-ratio: 1;
  padding: 3rem;
}
#cele-kampanii > h2 {
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
#cele-kampanii .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
  background: #FCF9F6;
}
#cele-kampanii .box > h3 {
  font-size: 1rem;
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
#cele-kampanii .box > h3:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #40404033;
  position: static;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #404040;
  margin-bottom: 1.25rem;
}
#cele-kampanii .box > p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
#cele-kampanii .box:nth-of-type(even) {
  background: #E0DEDA;
}
#cele-kampanii .boxes {
  display: contents;
}
#misja {
  padding-inline: 1rem;
}
#misja .heading-quote {
  background: #FFF;
  width: 100%;
  padding: 5.5rem;
}
#misja .heading-quote .small-heading {
  margin-bottom: 0.75rem;
}
#misja .heading-quote .heading {
  text-align: center;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
#misja .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.28rem;
  margin-bottom: 10rem;
}
#misja .cols .col-text {
  padding: 9.5rem 0 1.3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
#misja .cols .col-text .heading {
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
#misja .cols .col-text .text-box {
  max-width: 28.625rem;
}
#misja .cols .col-img {
  width: 100%;
  height: 55rem;
}
#misja .cols .col-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#misja .hoodies .small-heading {
  margin-bottom: 3rem;
}
#misja .hoodies .marquee-text-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
#misja .hoodies .marquee-text-track .circle {
  height: 1rem;
  position: static;
  width: 1rem;
  min-width: 1rem;
  border: 1px solid #404040;
  margin-inline: 2rem;
}
#misja .hoodies .marquee-text-track div {
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
#misja .hoodies .marquee-text {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-inline: -1rem;
  padding-block: 3rem;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#misja .hoodies .hoodies-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
  margin-bottom: 11.37rem;
}
#misja .hoodies .hoodies-content .text-box {
  max-width: 29.18rem;
  margin-left: 3rem;
}
#misja .hoodies .hoodies-content .box {
  width: calc((100% - 2.5rem) / 3);
  position: absolute;
  bottom: 0;
  display: block;
}
#misja .hoodies .hoodies-content .btn {
  display: flex;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  background: #404040;
  transition: all 0.15s;
  color: #FFF;
  font-family: "Albert Sans";
  font-style: normal;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  width: fit-content;
  border: none;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  margin-top: 1.5rem;
}
#misja .hoodies .hoodies-content .btn:hover {
  background: #5a5a5a;
}
#misja .hoodies .hoodies-content div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
#team {
  padding-inline: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  margin-bottom: 10.44rem;
}
#team:before,
#team:after {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #40404033;
}
#team:before {
  width: 43.3125rem;
  height: 43.3125rem;
  left: -20rem;
  top: 52%;
  transform: translateY(-48%);
}
#team:after {
  width: 46.375rem;
  height: 46.375rem;
  right: -23rem;
  bottom: -18rem;
}
#team .cards {
  display: contents;
}
#team .card,
#team .text-card {
  z-index: 1;
  position: relative;
}
#team .text-card h2 {
  margin-bottom: 0.75rem;
}
#team .text-card p {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
#team .card {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-top: 0;
  justify-content: flex-end;
}
#team .card .img-holder {
  width: 100%;
  height: calc(100% - 8.625rem);
}
#team .card .img-holder img {
  margin-inline: auto;
  height: 100%;
}
#team .card .text-holder {
  height: 7.125rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
  background: #FFF;
  min-height: 7.125rem;
}
#team .card .text-holder strong {
  color: #625548;
  font-family: "Albert Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
#team .card .text-holder a {
  color: #625548;
  font-family: "Albert Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s;
  width: fit-content;
}
#team .card .text-holder a:hover {
  text-decoration-color: inherit;
}
#team .text-card {
  padding: 1.5rem 3rem;
}
#twój-powód {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.25rem;
  margin-bottom: 10rem;
}
#twój-powód:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #40404033;
  width: 41.625rem;
  height: 41.625rem;
  top: -15rem;
  right: -15rem;
}
#twój-powód .text-holder {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  justify-content: space-between;
}
#twój-powód .text-holder > div:not(.arrows) h2 {
  margin-bottom: 0.75rem;
}
#twój-powód .text-holder > div:not(.arrows) p {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
#twój-powód .text-holder .arrows {
  display: flex;
  gap: 1.06rem;
}
#twój-powód .text-holder .arrows button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.15s;
}
#twój-powód .text-holder .arrows button:hover {
  scale: 1.05;
}
#twój-powód .cards {
  min-width: 0;
  overflow: hidden;
  margin-left: -10px;
}
#twój-powód .cards .slick-track {
  display: flex !important;
}
#twój-powód .cards .slick-slide {
  height: auto;
}
#twój-powód .cards .slick-list {
  padding: 0 !important;
}
#twój-powód .cards .card {
  padding: 2.5rem;
  background: #FCF9F6;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-inline: 0.625rem;
}
#twój-powód .cards .card strong {
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
#twój-powód .cards .card p {
  font-family: "Albert Sans";
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5rem;
}
#kontakt {
  background-color: #fff;
  padding: 5rem 1rem;
}
#kontakt h2 {
  font-style: italic;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  width: fit-content;
}
#kontakt p {
  text-align: center;
  font-family: "Albert Sans";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
#kontakt .wpforms-container {
  max-width: 38.5rem;
}
#kontakt .wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 2rem;
}
#kontakt .wpforms-container .wpforms-field input:not([type="checkbox"], [type="radio"]),
#kontakt .wpforms-container .wpforms-field textarea {
  max-width: unset;
  width: 100%;
  padding: 0;
  border-radius: 0;
  padding-block: 1.25rem;
  height: fit-content;
  border: none;
  border-bottom: 1px solid #404040;
}
#kontakt .wpforms-container .wpforms-field input:not([type="checkbox"], [type="radio"]):placeholder,
#kontakt .wpforms-container .wpforms-field textarea:placeholder {
  color: #40404099;
  font-family: "Albert Sans";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
#kontakt .wpforms-container .wpforms-field-checkbox {
  margin-top: -1rem;
  margin-bottom: 2rem;
  padding: 0;
}
#kontakt .wpforms-container .wpforms-submit-container [type="submit"] {
  display: flex;
  padding: 0.75rem 3rem;
  justify-content: center;
  align-items: center;
  background: #404040;
  transition: all 0.15s;
  color: #FFF;
  font-family: "Albert Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 187.5% */
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  width: fit-content;
  margin-inline: auto;
  border: none;
  border-radius: 0;
  height: 3.375rem;
}
#kontakt .wpforms-container .wpforms-submit-container [type="submit"]:hover {
  background: #5a5a5a;
}
#kontakt .wpforms-container fieldset > .wpforms-field-label {
  display: none !important;
}
#kontakt .wpforms-container fieldset li input {
  width: 18px;
}
#kontakt .wpforms-container .wpforms-field-label {
  color: #404040;
  font-family: "Albert Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 200% */
  letter-spacing: 0.105rem;
  text-transform: uppercase;
  margin: 0;
}
footer {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  background: #E0DEDA;
}
footer p,
footer p a {
  color: #404040;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  height: fit-content;
  margin-top: auto;
}
footer p {
  text-align: center;
}
footer div img {
  margin-bottom: 0.75rem;
}
footer a {
  color: #404040;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: underline;
  height: fit-content;
  margin-top: auto;
}
@media (max-width: 1480px) {
  #kim-jestem .img-holder {
    padding-right: 0;
    height: fit-content;
  }
}
@media (max-width: 1280px) {
  #cele-kampanii {
    grid-template-columns: repeat(2, 1fr);
  }
  #cele-kampanii .box:nth-of-type(even) {
    background-color: #FCF9F6;
  }
  #cele-kampanii .box:nth-of-type(3),
  #cele-kampanii .box:nth-of-type(4) {
    background-color: #E0DEDA;
  }
  #team {
    grid-template-columns: repeat(2, 1fr);
  }
  #misja .cols .col-text .heading {
    font-size: 2.5rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
  }
  .text-box {
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 1rem;
    line-height: 1.375rem;
  }
  header .container {
    padding: 1.82rem 0.75rem;
  }
  header .open-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    flex-direction: column;
    padding: 2rem;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  header nav.open {
    transform: translateX(0);
  }
  header nav .close {
    margin-top: auto;
    width: 1.75rem;
    display: block;
  }
  #kim-jestem {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 8.5rem;
    background: #FCF9F6;
  }
  #kim-jestem .img-holder {
    padding-right: 0;
    height: fit-content;
    order: 2;
  }
  #kim-jestem:before {
    display: none;
  }
  #kim-jestem .content {
    display: contents;
  }
  #kim-jestem .content h2 {
    order: 1;
    padding-inline: 0.75rem;
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 4.14rem;
  }
  #kim-jestem .content h2 br {
    display: none;
  }
  #kim-jestem .content .boxes {
    margin-top: 2rem;
    order: 3;
    padding-inline: 0.75rem;
    background-color: #F3F4F1;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #kim-jestem .content .boxes .text-box {
    padding-top: 1.5rem;
  }
  #kim-jestem .content .boxes .text-box + .text-box {
    border-top: none;
  }
  #kim-jestem .img-holder {
    padding: 0;
    min-width: 155vw;
    margin-left: -32vw;
  }
  #cele-kampanii {
    padding: 3.9rem 0.75rem 5rem;
    display: block;
  }
  #cele-kampanii:before {
    display: none;
  }
  #cele-kampanii > h2 {
    aspect-ratio: unset;
    font-size: 2rem;
    line-height: normal;
    padding: 0;
    margin-bottom: 2rem;
  }
  #cele-kampanii .boxes {
    display: block;
  }
  #cele-kampanii .box:nth-of-type(even) {
    background-color: #E0DEDA;
  }
  #cele-kampanii .box:nth-of-type(odd) {
    background-color: #FCF9F6;
  }
  #cele-kampanii .box {
    padding: 1.5rem;
    gap: 0;
  }
  #cele-kampanii .box h3 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: 0.105rem;
  }
  #cele-kampanii .box p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.375rem;
  }
  #cele-kampanii .slick--campaign .slick-list {
    margin-inline: -0.75rem;
    padding-inline: 0.375rem !important;
  }
  #cele-kampanii .slick--campaign .slick-list .slick-slide {
    margin-inline: 0.375rem;
  }
  #misja {
    padding-inline: 0;
  }
  #misja .heading-quote {
    padding: 4.19rem 1rem 4.94rem;
  }
  #misja .heading-quote .small-heading {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.12rem;
    margin-bottom: 0.25rem;
  }
  #misja .heading-quote .heading {
    font-size: 1.5rem;
    line-height: normal;
  }
  #misja .cols {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 3.94rem;
    padding-inline: 0.75rem;
    margin-bottom: 6.75rem;
  }
  #misja .cols .col-img {
    order: 2;
    aspect-ratio: 17/16;
    height: 100%;
    margin-bottom: 2.5rem;
    margin-left: auto;
  }
  #misja .cols .col-text {
    display: contents;
  }
  #misja .cols .col-text .small-heading {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.12rem;
    order: 1;
    margin-bottom: 2.5rem;
  }
  #misja .cols .col-text .text-box {
    order: 3;
    max-width: unset;
  }
  #misja .cols .col-text .heading {
    font-size: 2rem;
    line-height: normal;
  }
  #misja .hoodies .small-heading {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.105rem;
    max-width: 33rem;
    margin-inline: auto;
    margin-bottom: 2.5rem;
  }
  #misja .hoodies .small-heading br {
    display: none;
  }
  #misja .hoodies .marquee-text {
    padding-block: 2rem;
  }
  #misja .hoodies .marquee-text-track div {
    font-size: 1.25rem;
    line-height: normal;
  }
  #misja .hoodies .hoodies-content {
    padding-inline: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 4.41rem;
  }
  #misja .hoodies .hoodies-content .btn {
    width: 100%;
  }
  #misja .hoodies .hoodies-content div {
    gap: 0.75rem;
  }
  #misja .hoodies .hoodies-content div img {
    width: 100%;
  }
  #misja .hoodies .hoodies-content .box {
    position: unset;
    width: 100%;
    margin-top: 1.25rem;
  }
  #misja .hoodies .hoodies-content .box .text-box {
    max-width: unset;
    margin: 0;
  }
  #team {
    display: block;
    padding-inline: 0.75rem;
    margin-bottom: 8.25rem;
  }
  #team:before {
    width: 36rem;
    height: 36rem;
    top: 44%;
    left: -14rem;
  }
  #team:after {
    display: none;
  }
  #team .cards {
    display: block;
  }
  #team .text-card {
    padding: 0;
    margin-bottom: 2rem;
  }
  #team .text-card p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  #team .slick--team .slick-list {
    margin-inline: -0.75rem;
    padding-inline: 0.375rem !important;
  }
  #team .slick--team .slick-list .slick-slide {
    margin-inline: 0.375rem;
  }
  #team .card .img-holder {
    height: calc(100% - 7.625rem);
  }
  #team .card .text-holder {
    padding: 1rem;
    height: 6.125rem;
    min-height: 6.125rem;
  }
  #team .card .text-holder strong {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.12rem;
  }
  #twój-powód {
    grid-template-columns: 1fr;
    padding-inline: 0.75rem;
    margin-bottom: 8.25rem;
  }
  #twój-powód:before {
    display: none;
  }
  #twój-powód .text-holder {
    flex-direction: row;
    align-items: flex-start;
    padding-inline: 0;
  }
  #twój-powód .arrows {
    margin-top: -0.5rem;
    min-width: fit-content;
  }
  #twój-powód .arrows svg {
    width: 2.5rem;
  }
  #twój-powód .cards {
    margin-inline: -0.75rem;
  }
  #twój-powód .cards .slick-list {
    padding-inline: 0.375rem !important;
  }
  #twój-powód .cards .card {
    margin-inline: 0.375rem;
    padding: 1.5rem;
    gap: 1.75rem;
  }
  #kontakt {
    padding: 2.5rem 0.75rem;
  }
  #kontakt h2 {
    margin-bottom: 0.5rem;
  }
  #kontakt p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.375rem;
    max-width: 28rem;
    margin-inline: auto;
  }
  #kontakt p br {
    display: none;
  }
  footer {
    padding: 3rem 0.75rem;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
  footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 580px) {
  #misja .hoodies .small-heading {
    max-width: 22.875rem;
  }
}
