.pro-cat > .btn-block {
   border-bottom:1px solid; 
  
}

.pro-cat{
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

     margin-bottom:0.2em;

}

.pro-cat:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-img{
    padding:1em;
}

.pro-wrap{
    display: inline-block;
    line-height: 1.2em;
}
.pro-wrap h1{
   color: #E2642B;
   
    font-weight: 600;
    font-size: 2.5em; 
}

.pro-wrap h3{
    font-size: 1.2em;
    font-weight: 600;
}

.pro-wrap ol,.pro-wrap ul{
    list-style: none;
    padding: 0 4em 2em;
    margin: 0;
    line-height: 1.6;
}

#carousel-example-generic{
    padding:0;
}

ol.carousel-indicators{
    margin:none;
}

.carousel-inner .item img{
    width:870px;
    max-height:400px;
}

.pro-ad{
        background: #E2642B;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px;
    height: auto;
}
.pro-ad h1{
    color:#fff;
}
.contacts{
    text-align:right;
}
@media (min-width: 992px) {
    
    .pro-ad h3 {
       color:#0C3048;
       font-size:14px;
        }
        
}