File size: 314 Bytes
1e65539 9eea206 5b6a84d 47e0228 5b6a84d 47e0228 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
.logo_area {
display: flex;
justify-content: center;
}
.logo_area img {
margin-top: -10px;
margin-left: 0px auto;
width: 149px;
}
.st-af {
font-size: 1.11rem;
}
p,
ol,
ul,
dl {
margin: 0px 0px 1rem;
padding: 0px;
font-size: 1.11rem;
font-weight: 400;
}
/* .st-dk {
margin-top: 35px;
} */
|