.call-out-box-4-strip > div:nth-child(even) {
    background: linear-gradient(#e9e9e9,#f4f4f4);
}

.call-out-box-5-strip > div:nth-child(odd) {
    background: linear-gradient(#e9e9e9,#f4f4f4);
}

.carbox {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.carbox:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-carbox {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-carbox img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.carbox-content {
  padding:15px;
  text-align:left;
}
.carbox-title {
  margin-top:0px;
  font-weight: 700;
  /*font-size: 1.65em;*/
}
.carbox-title a {
  color: #000;
  text-decoration: none !important;
}
.carbox-read-more {
  border-top: 1px solid #D4D4D4;
}
.carbox-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.paddingBox{
    padding:10px;
}
.call-out-box-2 .carbox-content{
    min-height: 442px;
}

.carbox-read-more .btn, .carbox-read-more .btn:hover {
    color: #337ab7;   
}

.call-out-box-6-strip {
    font-size: 20px;
}

.call-out-box-6-strip ul.carbox-list {
    padding: 0px 40px;
}

.call-out-box-6-strip ul.carbox-list li {
    line-height: 1.42857143;
}