*{padding: 0;margin: 0;box-sizing: border-box;}#legal-main-container{height: fit-content;width: 100%;display: flex;margin-top: 70px;justify-content: center;align-items: center;flex-direction: column;}#legal-heading-container{height: fit-content;width: 100%;display: flex;align-items: center;justify-content: center;background-color: #121216;padding: 50px 0;}#legal-heading{display: flex;justify-content: end;flex-direction: column;height: fit-content;width: 50%;}#legal-heading span,#legal-heading h2{color: white;}#legal-second-main-container{height: auto;width: 100%;display: flex;flex-direction: column;justify-content: space-around;align-items: center;background-color:whitesmoke;}#legal-upper-container{height: fit-content;width: 50%;display: flex;flex-direction: column;justify-content: center;gap: 20px;padding-top: 30px;text-align: left;}#legal-upper-container h2{color: #c91a17;}#legal-upper-container p{color: black;cursor: pointer;font-size: small;}#legal-upper-container span{color: gray;font-size: small;cursor: pointer;}#legal-upper-container span:hover{color: black;}#legal-upper-container a{font-size: 30px;text-decoration: none;color: black;}#legal-upper-container a:hover{color: #c91a17;}#legal-bottom-container{height: auto;width: 70%;display: flex;flex-direction: column;justify-content: center;gap: 20px;padding-bottom: 20px;text-align: center;}#legal-bottom-container h1{color: gray;}#legal-bottom-container p{text-align: left;font-size: small;color: black;}#legal-bottom-container h2{color: #c91a17;text-align: left;}#legal-bottom-container span{font-weight: 500;color: black;}@media (max-width: 600px){#legal-upper-container{height: 300px;width: 80%;}}