/*****************************************************
.paragraph-component-paragraph-slideshow
*****************************************************/
/*FULLSCREEN
.paragraph-component-paragraph-slideshow .slick-slide{
height: calc(100vh - 110px);
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
 height: 100%;
 width: auto;
 overflow: hidden;
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
 height: 100%;
 width: auto;
 height: auto;
 width: 100%;
 max-width: initial;
}
*/
/*DEFINED SIZE SCREEN*/
.paragraph-component-paragraph-slideshow .slick-slide{
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
 height: 650px;
 width: auto;
 overflow: hidden;
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
 height: 100%;
 width: auto;
 max-width: initial;
 border-radius: 15px !important;
}
@media only screen and (min-width: 1200px) {
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
  height: auto;
  width: 100%;
  overflow: hidden;
 }
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
  height: auto;
  width: 100%;
  max-width: 100%;
 }
}
@media only screen and (max-width: 768px) {
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
  height: 350px;
  border-radius: 15px;
 }
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
  position: relative;
  left: -50%;
 }
}
/*****************************************************
.page-content-wrapper-index
*****************************************************/
.page-content-wrapper-index .paragraph-02-co-je-jpa{
 min-height: calc(100vh - 90px);
 display: flex;
 align-items: center;
}
.page-content-wrapper-index .paragraph-02-co-je-jpa .heading-text>h3{
 font-size: 3.5rem;
 line-height: 3.8rem;
}
.page-content-wrapper-index .paragraph-03-jak-to-funguje *{
 color: #003145 !important;
}
.page-content-wrapper-index .paragraph-03-jak-to-funguje .heading-text>h3{
 font-size: 3.5rem;
 line-height: 3.8rem;
}
.page-content-wrapper-index .paragraph-05-nemocnice .heading-text>h3{
 color: #003145;
}
