.aboutus-row-cards{
    text-align: center;
}
.about-cms-content{
    text-align: justify;
}
.about-cms-content ul li,
.about-cms-content ol li{
    color: #708fb6;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
}
.about-cms-content .card{
    background: #fff;
    border: solid 1px #ddd;
    box-shadow: none;
    margin: 0 0 30px 0;
    outline: none;
    padding: 20px;
    text-align: center;
}
.about-cms-content .card:nth-child(1){
    background: url(https://leaseawebsite.co/image/section-two.jpg) no-repeat top center;
    background-size: cover;
}
.about-cms-content .card:nth-child(2){
    background: url(https://leaseawebsite.co/image/f-five-bg1.jpg) no-repeat top center;
    background-size: cover;
}
.about-cms-content .card:nth-child(3){
    background: url(https://leaseawebsite.co/image/section-four.jpg) no-repeat top center;
    background-size: cover;
}
.about-cms-content .card h4{
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin: 50px 0;
    padding: 0;
}
