.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 20px rgba(65, 76, 100, .05);
    padding: 20px 0 30px 0
}

.contact .info-box i {
    font-size: 32px;
    color: #ffc107;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #ffeeba
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}