.card_four {
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
}
.card_four_gal {
  color: #797478;
	font: 10px/1.5 Verdana, Helvetica, sans-serif;
	width: 21%;
	margin:  2% 2% 30px 2%;
	float: left;
}
.card_four_gal .h_title, .card_four_gal .cena {
	text-transform: uppercase;
	line-height: 2;
	text-align: center;  
}
.card_four_gal .h_title {
  font-size: 12px;
  font-weight: 700;
}
.card_four_gal .cena {
  font-size: 12px;
  font-weight: 700;
  color: orangered;
}
.card_four_gal img {
	max-width: 100%;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  color: #9c2121;
}


#h2 {
  margin-bottom: 30px;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.card {
 margin: 30px auto;
 border-radius: 10px;
 border: 5px #ccc solid;

}
.card img {
  border-radius: 50%;
  margin-top: 5px;
}
.card-title {
  text-align: center;
}
.sert img, .rev img, .card_four img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 5px #ccc solid;
}
.plus {
  border-radius: 10px;
  background-color: rgb(244, 244, 244); 
  border: 5px #ccc solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  margin-bottom: 5px;
}
.plus_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plus_title h3 {
  margin-bottom: 30px;
}
.plus_img {
  margin-right: 10px;
}
.plus img {
  border-radius: 100px;
  height: 150px;
  width: auto;
}
.plus p {
  font-size: 15px;
}
.sert, .rev {
  margin-bottom: 50px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.row>* {
  margin-top: 0;
}
/*Carusel begin*/
.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: rgb(233, 232, 232);
  border-color: rgb(58,36,83);
  opacity: .7;
 }
 .carousel-animate .carousel-indicators > li.active {
  background-color: rgb(77, 76, 76);
  width: 10px;
  height: 10px;
  opacity: 1;
 }
 .carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
 }
 .btn.btn-lg {
  padding: 10px 40px;
 }
 .btn.btn-hero,
 .btn.btn-hero:hover,
 .btn.btn-hero:focus {
  color: #fff;
  background-color: #694198;
  border-color: rgb(67,41,97);
  outline: none;
  margin: 20px auto;
 }
 
 .carousel-fade .carousel-inner .item {
  transition-property: opacity;
 }
 .carousel-fade .carousel-inner .item,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
 }
 .carousel-fade .carousel-inner .active,
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
 }
 .carousel-fade .carousel-inner .next,
 .carousel-fade .carousel-inner .prev,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
 }
 .carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 420px;
 }
/*Carusel end*/

@media only screen and (max-width : 1000px),
only screen and (max-device-width : 1000px) {
  h3 {
    font-size: 20px;
  }
  .plus p {
    font-size: 12px;
  }
}
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px) {
	.card_four_gal {
    width: 46%;
  }
	.card_four_gal .h_title {
    font-size: 10px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .card_four .plus {
    display: flex;
    flex-direction: column;
  }
  .plus_title {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .hero h1 {
  font-size: 1.8em;
  }
 }
@media only screen and (max-width : 360px),
only screen and (max-device-width : 360px) {
	.card_four {width: 90%;}
	.card_four_gal {width: 96%;}
  .plus img {
    max-height: 120px;
    width: auto;
  }
}
