.pageheading {
    font-size: 20px;
    background-color: #0c1e3d;
    color: #ffffff;
    font-weight: 300;
    margin-top: 8px;
    padding: 10px 10px;
}
.para {
    font-size: 14px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #333;
    line-height: 23px;
    text-align: justify;
}

.cust_border{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
}
.cs_text p{
    font-size: 14px;
}
.shadow{
    box-shadow: 0 0 10px 0 #ccc;
    min-height: 124px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}