.bdevs-generic-el {
    .generic-el-funfact-wrapper{
        .generic-funfact-icon {
            margin-bottom: 20px;
            i {
                font-size: 45px;
            }
        }
        .generic-funfact-number{
            font-size: 40px;
            font-weight: 700;
            line-height: 40px;
        }
        .generic-funfact-title {
            font-size: 16px;
            color: #666666;
            font-weight: 400;
            line-height: 26px;
            display: inline-block;
        }
        .generic-funfact-image {
            margin-bottom: 20px;
            img {
                width: 45px;
                height: auto;
            }
        }
    }
    .wpcf7 form > div, .wpcf7 form > p {
        margin-bottom: 0;
    }
}