.clear{clear:both;}
.content .wysiwyg ul.advantages, .content .wysiwyg ul.advantages li{padding-left:0;}
.content .wysiwyg p{text-align:justify;}
ul.advantages{display:flex; list-style: none; flex-direction: row; flex-wrap: wrap; justify-content:center;
   padding-right:0 !important;}
ul.advantages li:before{content:none !important;}
ul.advantages li >div{padding:5px 0;}
ul.advantages li{width:50%; margin-bottom:10px;}
ul.advantages li h3{color:#cf4343; margin-top: 0; text-shadow: 2px 1px 4px #fff;}
@media screen and (max-width: 720px) {
  ul.advantages li{width:100%;}
}
.module__stretch.tbl{justify-content:center;}
.tbl .gallery__item{text-align:center; margin-right:12px}
.tbl .gallery__item .gallery__img-w{margin-bottom:7px;}
.tbl .gallery__item .gallery__img-w{
	width:154px;
	height:154px;
    overflow:hidden;	
	text-align:center;
}
.tbl .gallery__item .gallery__img-w img{
	width: 100%; height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
    vertical-align: middle;
	width: 154px !important;
    height: 154px !important;
}
.tbl span.zag{font-weight:600;}
.module__stretch.tbl a{color:#000;font-style: italic; text-decoration: none; cursor:pointer;}
.module__stretch.tbl a:hover{color:#f08080; text-decoration:underline;}


.subsection__card-img{height:150px; background-size: contain !important;}

blockquote{
  padding: 25px 10px 10px 30px;
  width:55%;
  background-color: rgba(80,164,204,0.7);
  color:white;
  text-shadow: 2px 2px 3px #000000;
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  position:relative;
  transition: background-color 0.6s linear;
  line-height: 1.5em;
  box-shadow: 3px 5px 2px rgba(0,0,0,0.4);
  border-radius:15px;
  font-weight: 400;
}
.content .wysiwyg blockquote{font-style: italic}

@media screen and (max-width: 720px) {
  blockquote{width:80%;}
}
@media screen and (max-width: 420px) {
  blockquote{width:95%;}
}

blockquote:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: rgba(80,164,204,0.7);;
  border-left-color:rgba(80,164,204,0.7);;
  border-width: 10px;
  left: 10%;
} 
blockquote:before {
    color: #ffffff;
    content: "“";
    display: block;
    font-size: 5em;
    left: 5px;
    position: absolute;
}