.result-wrapper{display:flex;justify-content:space-between;padding:3em 0px 2em}.result-table{width:48%;box-shadow:0px 2px 8px 0px rgba(20,20,20,0.35);border-radius:20px;overflow:hidden;padding:20px;background:#0074dd}.result-box{width:56%;margin:30px auto 10px;background:#5cb85c;color:#fff;padding:2em 20px;border-radius:20px;box-shadow:3px 4px 8px -1px rgba(20,20,20,0.35)}.result-box h2{font-size:36px}.result-table h3{color:#fff;font-weight:500}.result-table table{width:100%;overflow:hidden;border-collapse:collapse;color:#fff}.result-table .center{margin-top:0}table tr:not(:last-child) td{border-bottom:1px solid white}td{padding:18px 10px 8px;font-weight:300}table td:nth-child(odd){width:74%}table td:nth-child(even){width:26%;border-left:1px solid white}@media(min-width:768px) and (max-width:1170px){.result-table{width:43%}}@media(max-width:767px){.result-box{width:auto}.result-wrapper{flex-direction:column;padding:2em 6px}.result-table{width:auto;margin-bottom:30px}}