.Container{display:flex;justify-content:center;min-height:100vh;padding:0 20px;gap:40px;font-family:Arial,sans-serif;margin-top:6rem;margin-bottom:6rem;@media (max-width:768px){flex-direction:column;height:auto}}.heading3{font-size:65px;font-weight:700;text-align:center;color:#fff}.Sidebar{width:20%;position:sticky;top:0;height:calc(100vh - 6rem);overflow-y:auto;display:flex;flex-direction:column;gap:10px;border-top:1px solid #8c8c8c;@media (max-width:768px){width:100%;height:auto;position:relative}}.Content{padding:0 20px 20px;width:70%;min-height:100vh;overflow-y:auto;scroll-behavior:smooth;overflow-x:hidden;gap:50px;display:flex;flex-direction:column;.Content::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none;@media (max-width:768px){margin-left:0;width:100%}}.ListItem{display:block;padding:20px 0;color:#000;cursor:pointer;text-decoration:none;border-top:1px solid #8c8c8c;.ListItem:last-child{border-bottom:1px solid #8c8c8c}.ListItem:hover{background-color:#ddd}}.Section{padding-top:0;scroll-margin-top:100px}.RowOne{padding:1rem;.RowOne *{width:100%}.RowOne input{@media (max-width:767px){height:30px}}}.PageHero{background-repeat:no-repeat;background-position:50%;background-color:#002956;border-bottom:3px solid #ff7a00;background-size:cover;width:100%;height:500px;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px;text-align:center;@media (max-width:767px){.PageHero{height:200px}.PageHero h1{font-weight:400px;font-size:16px}}}