﻿/*======================================
Reference Examples
======================================*/

.reference-card{

background:#FFF8E6;

border-radius:12px;

padding:30px;

margin-bottom:30px;

border-left:6px solid #7B1E23;

box-shadow:0 8px 22px rgba(0,0,0,.08);

transition:.35s;

}

.reference-card:hover{

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.reference-title{

font-size:24px;

font-weight:700;

color:#7B1E23;

margin-bottom:25px;

}

.reference-title i{

color:#C49A3A;

margin-right:10px;

}

.reference-list{

padding-left:22px;

}

.reference-list li{

margin-bottom:18px;

line-height:1.8;

text-align:justify;

}

.reference-card h5{

margin-top:18px;

color:#7B1E23;

font-weight:700;

}

.reference-card p{

line-height:1.8;

color:#444;

}