:root {
    --thm-font: "Inter", sans-serif;
    --signup: #1652f0;
    --text1: #262626;
    --text2: #86868e;
    --background-color: #ffffff;
    --search: #f4f4f4;
}

* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: var(--thm-font);
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

.about-us-container {
    width: 100%;
    height: 100vh;
    padding: 150px 30px 50px 30px;
    overflow: auto;
}

.about-us-content {
    width: 100%;
    background-color: #ffffff;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    line-height: 1.7;
    color: #333;
    padding: 35px 30px 50px 30px;
}

.about-us-content h1 {
    text-align: left;
    font-size: 28px;
    color: #007bff;
}

.about-us-content p {
    margin-bottom: 20px;
}

.about-us-content a {
    color: #007bff;
    text-decoration: none;
}

.about-us-content a:hover {
    text-decoration: underline;
}
