.dwtable{align-items:center;display:flex;flex-direction:column;gap:2rem}.dwtable__heading{color:#303aae;word-break:break-word}.dwtable__heading,.dwtable__subheading{text-align:center}.dwtable__wrapper{border-radius:16px;overflow:hidden}.dwtable__table{border:none;border-collapse:collapse;margin:0;table-layout:fixed;width:100%}.dwtable__table td,.dwtable__table th{border:none;vertical-align:middle}.dwtable__table th{text-align:left}.dwtable__table tr{border-bottom:1px solid #dedede}.dwtable__table tr:last-of-type{border-bottom:none}@media (min-width:767px){.dwtable{align-items:flex-start}.dwtable__table td:first-child,.dwtable__table th:first-child{width:40%}.dwtable__table td:last-child,.dwtable__table th:last-child{width:60%}.dwtable__heading,.dwtable__subheading{text-align:left}}