﻿.services-intro .single-cool-fact {
    width: 100%;
}
.single-cool-fact {
    position: relative;
    z-index: 1;
    width: 200px;
    min-height: 120px;
    padding: 35px 15px;
    border: 2px solid #cb8670;
    text-align: center;
    background-color: #363636;
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;

     color: #cb8670;
}

.single-cool-fact:hover 
{
    background-color :rgb(203, 134, 112);
    color:white;
}

.single-cool-fact .scf-text i:hover {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
    /*color: white;*/
}

.single-cool-fact .scf-text i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
    /*color: #cb8670;*/
}

.single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1;
}
h2.loc-h2 
{
    font-size:32px;
}
h4.loc-head 
{
   color:white;
   margin-bottom:5px;
   
}

.loc-det 
{
    font-family: Luxora Grotesk;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    margin-top:10px;
}

.sec-loc-head {
    font-family: Luxora Grotesk;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin-top:20px;
}

