@font-face {
font-family: "sans-serif";
src: url("/fonts/sans-serif.ttf") format("truetype");
}
* {
box-sizing: border-box;
font-family: sans-serif;
}
html {
box-sizing: border-box;
font-family: sans-serif;
overflow-y: scroll;
}
.main-container {
width: 1200px;
height: auto;
margin: auto;
}
.line {
margin-top: 1px;
width: 100%;
height: 20px;
background-color: #848484;
}
main {
display: flex;
flex-direction: row;
width: 100%;
height: auto;
margin: auto;
padding: 0px;
}
.main-section {
display: flex;
flex-direction: column;
margin-left: 50px;
width: 100%;
font-size: 17px;
height: 100% !important;
}
h1 {
padding: 20px;
font-size: 24px;
font-weight: bold;
color: var(--color-blue);
line-height: 1.33;
}
.p-about,
.p-2,
.ul-about {
display: flex;
flex-direction: column;
font-size: 17px;
line-height: 1.66;
text-align: justify;
}
.p-2 {
margin-top: 15px;
color: var(--color-blue);
font-size: 20px;
line-height: 2;
}
.ul-about {
list-style-type: disc;
list-style-position: inside;
}
.p-about,
.p-2 {
text-indent: 22px;
}
@media screen and (max-width: 3840px) {
.main-container {
width: 1200px;
}
}
@media screen and (max-width: 1680px) {
.main-container {
width: 1200px;
}
}
@media screen and (max-width: 1270px) {
.main-container {
width: 90%;
}
}
@media screen and (max-width: 800px) {
.main-container {
width: 100%;
}
main {
margin: 0 auto;
width: 100%;
}
.main-section {
margin: 0;
padding: 0 10px;
width: calc(100%);
font-size: 18px;
}
.p-about,
.p-2,
.ul-about {
font-size: 18px;
line-height: 1.5;
}}
