@charset "UTF-8";.pros-and-cons-container{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;margin-inline:auto;max-width:90vw;padding:16px;width:900px}.pros-and-cons-container h2{margin-bottom:0;text-align:center}.pros-and-cons-content{max-width:90vw;text-align:center;width:800px}.pro:before{color:#72a341;content:"✔";margin-right:8px}.con:before{color:#ba2525;content:"✖";margin-right:8px}.pros-and-cons-wrapper{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-top:16px;width:100%}.pros-and-cons-wrapper ul li{display:flex;margin-block:8px}@media screen and (max-width:768px){.pros-and-cons-wrapper{align-items:flex-start;flex-direction:column;gap:24px}}.pros-and-cons-content ul{display:grid;gap:8px;list-style:disc!important;margin:16px}
