.container-wrapper {
background-size: cover;
  background-repeat: no-repeat;
}



.block-item {
  -webkit-transition: all .200s ease-in-out;
    -o-transition: all .200s ease-in-out;
    transition: all .200s ease-in-out;
}

img.icon-image {
  width:75px!important;
  height:auto;
}

.max-width-auto img.icon-image {
  width:100px!Important;
  min-height:auto!Important;
}

.image-50 img.icon-image {
  width:50px!Important;
  min-height:auto!Important;
}

.two-by-two.block-section .block-wrapper .four-items {
  width:49%;
}

.two-by-two .block-item a h4 {
margin-top:10px;
}

.block-section {
 color: #000; 
}

.block-section h2 {
  margin-bottom:0px;
  padding-top:10px;
  text-align: center;
  margin-top:0px;
}

.block-section.text-left h2,
.block-section.text-left {
  text-align:left;
}

.block-item a h4 {
  color:#222;
  text-decoration:none;
  margin-top:0px;
}

.block-item a.multi-link {
  text-decoration:none;
}

.block-item:hover {
  transform:scale(1.08);
}

.no-animation .block-item:hover {
  transform:none;
}


.block-section .block-wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex; 
 -ms-flex-wrap: wrap; 
     flex-wrap: wrap;
}

.no-margin .block-section .block-wrapper {
  margin-top:0px!Important;
}

.block-section .block-wrapper .block-item {
  padding:25px 25px 25px 0;
}

.content-section.small-block-section {
  padding:0px;
}

.block-section .block-wrapper .block-item {
 text-align: center; 
}

.block-section.text-left .block-wrapper .block-item {
  text-align:left;
}

.block-section .block-wrapper .block-item p{
  padding-right: 10px;
}

.block-section .block-wrapper .block-item img{
  min-height: 150px;
}

.check-section.block-section .block-wrapper .block-item img {
  min-height:50px;
}

.block-section .block-wrapper .one-item {
  width: 100%;
  
}

.block-section .block-wrapper .two-items {
  width: 50%;
}

.block-section .block-wrapper .three-items {
  width: 33%;
}


.block-section .block-wrapper .four-items {
  width: 25%;
}

.small-container {
  max-width:800px;
  margin:0 auto;
  float:none;
}

.block-section .block-wrapper .five-items {
  width: 20%;
}

.lower-btn {
 text-align: center;
}

@media (max-width: 768px) {

  .block-section .block-wrapper .three-items,
  .block-section .block-wrapper .four-items,
  .block-section .block-wrapper .five-items {
    width: 50%;
  }

}

@media (max-width: 500px) {
  
  .block-section .block-wrapper .two-items,
  .block-section .block-wrapper .three-items,
  .block-section .block-wrapper .four-items,
  .block-section .block-wrapper .five-items {
    width: 100%;
  }

}