﻿
.callouts-img img:hover {
    -webkit-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.callouts {
    
    margin: 0;
    padding-top: 0;
    padding-bottom: 40px;
    
   
    
}

    .callout-gray {
        background-color: #595960;
        color: white;
    }

.callouts .d_services_leadership {
    padding-bottom: 0 !important;
}

.callouts .caption-small {
    color: white !important
}
.callouts h2 {
    color:white !important; 
    text-align:center;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: white !important;
    margin: 0;
    margin-top: 60px;
    
    margin-bottom: 10px;
}

.callouts figcaption {color:white !important}


.callouts > div {
    max-width:1440px;
    margin: 0 auto;
    
    display:flex;
    flex-flow: column nowrap;
    justify-content: center;
}
   

    .callouts a {
        color: white;
        font-weight: bold;
    }



    

.callouts-desc {text-align:center;margin-bottom: 80px;}


@media only screen and (max-width:660px) {

    .callouts h2 {font-size:27px;}
    
}