#fala {background:url('../img/fala1.svg') no-repeat top center;display: block;height:478px;margin-top:60px;padding-top:120px;color:#fff}
#fala * {color:#fff}
#fala .container{display: flex; height: 280px;align-items: center;}
#fala .misja{line-height: 35px;font-size: 24px;font-weight: normal;}
#fala .tytul{font-size: 13px;font-weight: bold;margin-bottom: 30px;}
#fala .opis{font-size: 13px;line-height: 25px;}
/* oferta */
#oferta {margin-top:100px;}
#oferta .tytul-oferta{font-size: 24px;line-height: 35px;color: #003E7E; text-transform: uppercase;border-bottom: 1px solid #ED1878;width: 200px;font-weight: normal;margin-bottom: 65px;}
#oferta .zdj{float: left;margin-left: 20px;}
#oferta .zdj img{height: 70px;}
#oferta .odst{margin-bottom: 60px;}
#oferta .cecha{float: right;width: 78%;padding-top: 20px;margin-bottom: 40px;}
#oferta .tytul-cecha{font-weight: 500;font-size: 28px;color: #ED1878;margin-bottom: 20px;}
#oferta .opis-cecha{font-size: 14px;line-height: 21px;color: #003E7E;}
/* napisz */
#napisz {background:url('../img/writetous.png') repeat-x top center;height:200px}
#napisz .pytanie-ust{text-align: right;padding-right: 7.5px;height: 200px;display: flex;justify-content: center;flex-direction: column;}
#napisz .pytanie-rust{padding-left: 7.5px;}
#napisz .pytanie{font-weight: bold;font-size: 36px;color: #003E7E;text-transform: uppercase;margin-bottom: 15px;}
#napisz .odp{font-weight: bold;line-height: 26px;font-size: 18px;color: #ED1878;}
/* wydarzenia */
#wydarzenia{padding: 30px 0;}
#wydarzenia .tytul{font-size: 24px;line-height: 35px;color: #003E7E; text-transform: uppercase;border-bottom: 1px solid #ED1878;width: 200px;font-weight: normal;margin-bottom: 20px;}
#wydarzenia .wydarzenie{width: 100%;}
#wydarzenia .wydarzenie img{width: 100%;margin-bottom: 15px;}
#wydarzenia .tytul-wydarzenia{font-size: 18px;font-weight:bold;line-height: 25px;color: #ED1878;min-height:70px;}
#wydarzenia .data-wydarzenia{font-size: 13px; font-weight: 300;color: #ED1878;margin-bottom: 10px;}
#wydarzenia .opis-wydarzenia{font-size: 13px;color: #003E7E;margin-bottom: 25px;line-height: 21px;min-height: 85px;}
/* media queries */
@media screen and (max-width:1199px){
  #oferta .cecha{width: 70%;}
  #wydarzenia .opis-wydarzenia{min-height: 105px;}
}
@media screen and (max-width: 991px){
  #oferta .cecha{width: 65%;padding-top: 0;}
  #oferta .tytul-cecha{min-height: 70px;display: flex;align-items: center;justify-content: flex-start; margin-bottom: 20px;}
  #fala .misja{text-align: justify;}
  #wydarzenia .wydarzenie{margin-bottom: 30px;}
}
@media screen and (max-width: 767px){
  #fala {background:url('../img/fala1.svg') no-repeat top center;display: block;height:478px;margin-top: 0px;padding-top:120px;color:#fff}
  #fala .misja{font-size: 18px;line-height: 30px;}
  #oferta {margin-top: 30px;}
  #oferta .cecha{width: 80%;}
  #oferta .zdj{margin-left: 0;}
  #wydarzenia .tytul-wydarzenia{min-height: 70px;display: flex;align-items: center;}
  #wydarzenia .opis-wydarzenia{min-height: 130px;}
}
@media screen and (max-width: 575px){
  #fala{padding-top: 130px;}
  #oferta {margin-top: 30px;}
  #oferta .cecha{width: 65%;text-align: right;margin-bottom: 15px;padding-top: 0;}
  #oferta .tytul-cecha{min-height: 70px;display: flex;align-items: center;justify-content: flex-end; margin-bottom: 35px;}
  #oferta .tytul-oferta{margin-bottom: 30px;}
  #wydarzenia .tytul-wydarzenia{min-height: auto;}
  #wydarzenia .opis-wydarzenia{line-height: 25px;min-height: auto;}
}


