 .booking {
 	color: #1e3984;
 	font-weight: 400;
 	background: #1e39841f;
 	padding: 5px 12px;
 	border-radius: 3px;
 }

 .pulsate {
 	-webkit-animation: pulsate 3s ease-out;
 	-webkit-animation-iteration-count: infinite;
 	font-weight: 500;
 	font-size: 18px;
 }

 @-webkit-keyframes pulsate {
 	0% {
 		color: #2a479f;
 		;
 	}

 	50% {
 		color: #3f6cf1;
 	}

 	100% {
 		color: #2a479f;
 	}
 }

 .home__whyUs__serwis {
 	max-width: 100%;
 	position: relative;
	 display: block;
 	border-radius: 5px;
	 padding-bottom: 50px;
 }

 .home__whyUs__serwis__img {
 	object-fit: cover;
 	border-radius: 5px;
 	object-position: center;
 	width: 100%;
 	height: 100%;
 }

 .home__whyUs__serwis__abstract {
 	position: absolute;
 	top: -20px;
 	left: 20px;
 }

 .home__whyUs__serwis__box {
 	position: absolute;
 	left: 50%;
 	transform: translateX(-50%);
 	max-width: 100%;
	 width: 370px;
 	padding: 0 40px;
 	border-radius: 12px;
 	background: #fff;
 	box-shadow: 0px 43px 56px rgba(0, 0, 0, 0.16);
 	height: 100px;
 	bottom: 0px;
 	display: flex;
 	align-items: center;
	justify-content: space-between;
	transition: all 1.5s ease;
 }
 
 .home__whyUs__serwis:hover .home__whyUs__serwis__box {
	 bottom: calc(50% - 50px);
 }

 .home__whyUs__serwis__box__title {
 	display: flex;
 	align-items: center;
 }

 .home__whyUs__serwis__box__title>img {
 	margin-right: 20px;
 }
 
 .home__whyUs__serwis__box__title > p{
	 margin-bottom: 0;
	 font-size: 18px;
	 font-weight: 600;
	 color: #0B276F;
 }

 .home__whyUs__serwis__box__arrow {
	 width: 40px;
	 height: 40px;
	 border-radius: 4px;
	 flex-shrink: 0;
	 background: #67AE3E;
	 color: white;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
 }
 
 .home__whyUs__serwis__box__arrow:hover {
	  color: white;
  }
  
  .page-item.active .page-link{
    background: #1E3984;
    border-color: #1E3984;
  }
  .pagination ul li a{
    min-width: 25px;
  }