
.tool .resolution-container{background-color:#5652c3;width:100%;padding:50px 0px 0px;border-radius:8px;overflow:hidden}
.tool .resolution-container .screen-resolution{display:flex;flex-direction:column;vertical-align:center;padding-bottom:40px}
.tool .resolution-container .screen-resolution h2{text-align:center;color:#fff;font-size:20px}
.tool .resolution-container .screen-resolution h2 span{display:block;font-size:38px}
.tool .resolution-container .resolution-more{color:#fff}
.tool .resolution-container .resolution-more table{margin:0 auto;width:100%}
.tool .resolution-container .resolution-more table tr th,
.tool .resolution-container .resolution-more table tr td{padding:15px 20px}
.tool .resolution-container .resolution-more table tr:nth-child(even) td{border-left:1px solid #4946a9}
.tool .resolution-container .resolution-more table tr:nth-child(odd){background-color:#4946a9}
.tool .resolution-container .resolution-more table tr:nth-child(odd) td{border-left:1px solid #5652c2}
.tool .resolution-container .resolution-more table tr:last-of-type{border:0}
.tool .resolution-container .resolution-more h5{color:#fff;font-size:16px;margin-bottom:10px}
.tool .resolution-container .resolution-more h5 span{font-size:22px}