
.flitch 
{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.flitchContent 
{
    overflow:hidden;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    border-bottom: 1px solid #ededed;
    width:100%;
}
.flContenct
{
    display:flex;
    flex-direction:column;
    background:#ffffff;
    margin-bottom:1%;
    padding:20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-radius:4px;
    transition: 0.75s!important;
}
.flContenct i 
{
    width :100px;
    height:100px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 40px;
    color: #2d4275;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: solid 1px white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition:0.75s!important;
}
.flContenct i:hover {
    transform:scale(1.45);
    box-shadow: #fca311 0px 5px 15px;
}
.flContent1 h4
{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d4275;
}
.flContent1 p 
{
    font-size:15px;
    text-align:left;
    color:#6f6f6f;
}