.article-section{max-width:100%;background-color:#fafafa;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between}.article-container{display:flex;gap:1rem;flex-direction:column;flex-basis:0;background-color:#fff;max-width:100%;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.2);padding:1.5rem}.article-section .title-container{margin:.5rem}.row_accordion{padding:0 1rem;border-radius:5px;overflow:hidden;margin-bottom:.8rem;cursor:pointer;color:#000}.row_accordion:nth-child(odd){background-color:#d38730}.row_accordion:nth-child(even){background-color:#be9855}.header_accordion{font-size:.9rem;min-height:3rem;line-height:3rem;display:flex;align-items:center;justify-content:space-between}.header_accordion span:first-child{font-size:1.3rem;font-weight:700;cursor:pointer}.content_accordion{height:0;font-size:1.2rem;transition:all .3s linear}.article-container input:checked+label+div{height:max-content;padding-bottom:10px}.a-link{color:#fb923c;text-decoration:none}@media only screen and (max-width:768px){.header_accordion span:first-child{padding-left:1.5rem;line-height:2rem}}@media screen and (max-width:430px){.article-section{margin-right:0;padding:0}}