.custom-table{background-color:var(--chalk-v);padding-bottom:2rem;padding-top:2rem}.custom-table__items h2{background-color:var(--primary-color);border-top-left-radius:10px;border-top-right-radius:10px;color:var(--chalk);font-size:20px;font-weight:900;margin:0;padding:10px;text-align:center}.custom-table__items:not(:last-child){margin-bottom:30px}.custom-table__items-rows>div{background-color:#d9e1e1;padding:10px 15px;width:100%}.custom-table__items-rows-inner--last{background-color:#d9e1e1;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:5px}.custom-table__items-rows:not(:last-child){border-bottom:3px solid #edeae6}.custom-table__items-rows:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden}@media (min-width:769px){.custom-table__items-rows{display:flex}.custom-table__items-rows-inner:first-child{max-width:70px}.custom-table__items-rows>div:not(:last-child){border-right:3px solid #edeae6}}@media (max-width:768px){.custom-table__items-rows>div{padding:5px 20px}.custom-table__items-rows-inner--no-value{display:none}.custom-table__items-rows-inner:first-child{padding-top:20px}.custom-table__items-rows-inner:last-child{padding-bottom:20px}.custom-table__items-rows-inner.custom-table__items-rows-inner--no-value:last-child{display:block;padding-bottom:10px}}.custom-table__items-rows-inner:nth-child(2){color:var(--secondary-color);font-weight:800}