.details_page{background-color:var(--bg-light);flex-direction:column;width:100%;display:flex}.section_styling{flex-direction:row;justify-content:center;align-items:flex-start;gap:1.25rem;width:100%;padding:4.25rem 0;display:flex}.left_section{width:100%;max-width:65%}.right_section{align-self:flex-start;width:100%;max-width:31%;position:sticky;top:6rem}@media (max-width:1024px){.section_styling{flex-direction:column;justify-content:center;gap:1.25rem;width:100%;padding:4.25rem 2.5rem;display:flex}.left_section{max-width:100%}.right_section{max-width:100%;position:static;top:auto}}@media (max-width:768px){.section_styling{padding:3rem 1rem}}
