.pricing .table tbody tr td{transition:0.1s ease all;}
.pricing{padding:5rem 0;}
.pricing .pricing-table{border-radius:0.5rem;overflow:hidden;box-shadow:rgba(31, 31, 31, 0.1) 0 0.1rem 0.15rem;}
.pricing .table{margin:0;}
.pricing .table thead th{font-weight:bold;color:#fff;text-transform:uppercase;background: #fab538;padding:1rem;text-align:center;width:50%;}
.pricing .table thead th:first-child{border-top-left-radius:0.5rem;}
.pricing .table thead th:last-child{border-top-right-radius:0.5rem;}
.pricing .table tbody{border-top:none;}
.pricing .table tbody tr td{padding:2rem 1rem;text-align:center;border:none;vertical-align:middle;}
.pricing .table tbody tr:last-child td:first-child{border-bottom-left-radius:0.5rem;}
.pricing .table tbody tr:last-child td:last-child{border-bottom-right-radius:0.5rem;}


.btn.btn-outline-light:active{transform-origin:center;transform:scale(0.975);}
.btn{font-weight:600;text-transform:uppercase;border-radius:0.25rem;padding:0.75rem 2rem;}
.btn:hover,.btn:focus{box-shadow:none;}
.btn:not(:disabled):not(.disabled):active{box-shadow:rgba(31, 31, 31, 0.2) 0 0.075rem 0.1rem;}
.btn.btn-outline-light{border-color:#fff;color:#fff;}
.btn.btn-outline-light:hover,.btn.btn-outline-light:focus{background:#fff;border-color:#fff;color:#fab538;}
.btn.btn-outline-light:active{background:#fff;border-color:#fff;color:#fab538;}
.cta{position:relative;padding:5rem 0;background:#fab538;}
.cta h3{font-weight:bold;color:#fff;}