#references h2.small-title-gray{
    font-size: 16px;
    color: #aab0bc;
}
#references .lead{
    font-size: 18px;
    line-height: 1.6;
    color: #60697b;
    font-weight: 400;
}
#references .references-bottom{
    margin-bottom: 4rem;
}
#references .sub-title{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    padding-right: 50px;
}
#references .card{
    box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07);
    border: none;
    border-radius: 30px;
}
#references .card-body{
    padding: 2rem !important;
    height: 150px;
}
#references figure{
    text-align: center;
}
#references figure img{
    width: 100%;
}