  .price-wrapper {
                    padding: 40px 10px;
                    border: 1px solid #c0c0c0;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }
                .price-wrapper .read-more {
                    font-size: 16px;
                    color: #fff;
                    background-color: #f1a619;
                    line-height: 42px;
                    height: 46px;
                    padding: 0 40px;
                    font-weight: 500;
                    display: inline-block;
                    border-radius: 2px;
                    border: 2px solid #f1a619;
                    margin-top: 25px;
                }
                .price-desc ul li{
                    font-size: 20px;
                    display: block;
                    font-weight: bold;
                    text-decoration: none;
                }
                .fs1::before{
                    content: "✔";
                    color: #eee;
                    padding: 0 1px 0 0;
                }
                .price-wrapper .price-content ul li {
                    font-size: 16px;
                    line-height: 40px;
                    text-align: left !important;
                    
                }
                .read-more {
                    display: inline-block;
                    color: #fff;
                    width: 100%;
                    padding: 0 29px 0 30px;
                    height: 46px;
                    line-height: 42px;
                    font-size: 13px;
                    color: #fff;
                    background: #f1a619;
                    border: 2px solid #f1a619;
                    font-weight: 500;
                    -webkit-border-radius: 2px;
                    -ms-border-radius: 2px;
                    -o-border-radius: 2px;
                    -moz-border-radius: 2px;
                    font-family: open sans,sans-serif;
                    position: relative;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;

                }
                .price-wrapper .price-header .title {
                    color: #f1a619;
                    margin-bottom: 20px;
                }
                .price-wrapper .price-header {
                    padding-bottom: 34px;
                    margin-bottom: 54px;
                    border-bottom: 1px solid #ebebeb;
                }
                .price-wrapper .price-content ul li {
                    font-size: 16px;
                    line-height: 40px;
                    text-align: center;
                    
                }