body {
  font-family: 'Titillium Web', sans-serif;
}
.nav {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  
}
.logo {
  height: 54px;
  width: auto;
  margin-top: 21px;
  margin-bottom: 25px;
}

.naglowek {
  margin-top: 69px;
  margin-bottom: 39px;
  font-size: 42px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.kreska {
  width: 30px;
  height: 4px;
  background-image: linear-gradient(to right, #f8aa00, #ec6408);
  margin: 0 auto;
}

.pod_naglowek {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 31px;
  margin-top: 60px;
}

.pod_naglowek span {
  color: #ee9102;
}

.box_img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  box-shadow: 0px 39px 49px 0 rgba(130, 130, 130, 0.15);
  border: 1px solid rgba(215, 221, 228, 0.88);
}

.box_img:hover {
  border: 1px solid rgba(238, 145, 2, 0.88);
}
.mb150 {
  margin-bottom: 150px;
}
.logo_item {
  max-width: 100%;
    height: auto;
    padding: 0 10px;
}