@charset "UTF-8";
.c5-row {
	border: solid 1px #ccc;
	display: table;
	max-width: 100%;
	background: #fff;
}
.c5-col__img, .c5-col__text {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
.c5-col__img {
	width: 40%;
}
.c5-col__img img{
	max-width: 100%;
}
.c5-col__text  {
	max-width: 60%;
}
@media screen and (max-width: 768px) {
	.c5-row, .c5-col__img, .c5-col__text {
		display: block;
		max-width: 100%;
	}
	.c5-col__text {
		padding: 0 20px;
	}
	.c5-col__img {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
}


.c5-title{
  height: auto;
  background: url(../images/title.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 100%;
  margin-bottom:20px;
  width: 100%;
  min-height: 90px;
  color: #000;
  text-align: center;
  display: table;
}

.c5-title h2{
  font-size: 20px;
  padding: 0 10px 0 50px;
  text-align: center;
  line-height: 60px;
}

@-moz-document url-prefix() {
  .c5-title h2{
    padding: 31px;
    line-height: 0;
  }
}

.c5-title h2 span{
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c5-title{
    background-size: auto;
    background-repeat: no-repeat,no-repeat;
    height: 90px;
    width: 100%;
    margin-bottom:20px;
  }
  .c5-title h2{
    line-height: 30px;
    padding:15px 20px;
  }
}

@media screen and (max-width: 639px) {
  .c5-title h2{
    font-size: 16px;
  }
  .c5-title h2 span{
    font-size: 14px;
  }
}

img{
	flex-shrink: 0;
}

.c5-aniolesx__border{
	border: solid 1px #000;
  padding: 20px 20px 10px !important;
  margin: 0 0 20px;
}
