.measure-step img { width: 250px; border-radius: 50%; transition: 0.5s; }

.measure-step h3 { font-size: 18px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-top: 30px; transition: 0.5s; }

.measure-step .sppb-addon-feature:hover h3 { color: #d29036; }

.measure-step .sppb-addon-feature:hover img { transform: scale(1.05); box-shadow: 0 2px 8px #d29036; } 


.measure-table td { padding: 5px; min-width: 100px; }

.measure-table th { background: #d29036; color: #fff; text-transform: uppercase; letter-spacing: 1px; padding: 6px 10px; }