a{
  color: white;
}
hr {
    clear: both;
    border: none;
    border-top: 1px solid #535151;
    margin: 30px 0;
}
p{
	list-style-image: url('../images/li-list.png');
	font-size: 22px;
	font-weight: bold;
}
ul{
  list-style-type: disc;
  margin-left: 20px;
}

/* container */
.container{
	background: url('../images/bg.jpg');
  overflow: hidden;
}
.container .columns-12 > div{
	margin-bottom: 30px;
}

[class*="columns-"] > [class*="col-"]{
  padding: 0px;
}
.fcolor{
  color: #c30d23;
}
.fsize{
  font-size: 25px;
}

/* buttom */
.btn {
    padding: 25px 80px;
    margin: 20px 0;
    border-color: #c30d23;
    background-color: #c30d23;
    font-size: 30px;
    color: white;
}

@media screen and (max-width: 768em) {
  .col-img{
  	margin-bottom: 40px;
  }
  .col-img div{
	margin-bottom: 0px!important;
  }
  .columns-12 > .col-sm-3{
  	width: 25%;
  }
  .columns-12 > .col-sm-4 {
    width: 33.33333333%;
  }
  .columns-12 > .col-sm-5 {
    width: 41.66666667%;
  }
}
@media screen and (max-width: 360em) {
  .col-img{
  	margin-bottom: 20px;
  }
  .container .columns-12 > div {
	margin-bottom: 20px;
  }
}