@font-face { font-family: 'NotoSansIkea'; src: url('../fonts/NotoSansIkea-Regular.otf') format('opentype'); }
@font-face { font-family: 'NotoSansIkeaBold'; src: url('../fonts/NotoSansIkea-Bold.otf') format('opentype'); }

body{
    padding: 30px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 530px;
}
:root {
    color-scheme: light dark;
}

p.small {
    line-height: 1.0;
}

p.small2 {
    font-size: 15px;
}

/*h3 > span {
    color: #2b2301;
}*/

h3,
ad {
    text-decoration: underline;
}

h3,
h4 {
    line-height: 0;
    font-size: 18px;
    font-family: 'NotoSansIkea';
}

p {
    line-height: 0.5;
    font-size: 15px;
    font-family: 'NotoSansIkea';
}

.list {
    position: relative;
}

.list:before {
    content: '';
    border-radius: 50%;
    height: 7px;
    width: 7px;
    margin-right: 5px;
    left: 0;
    background-color: #1d0101;
    top: 0;
    display: inline-block;
}

.list-astric {
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    float: left;
}

.list-astric:before {
    content: '*';
    margin-right: 5px;
    left: 0;
    top: 4px;
    height: 10px;
    position: absolute;
}

@media only screen and (max-width: 600px) {
    .container h3 img {
       width: 20% !important;
       margin: 10px !important;
       height: inherit !important;
    }

    h3,
    h4 {
       line-height: inherit;
       margin-top: 0px;
       margin-bottom: 5px;
       font-size: smaller;
    }

    p.small {
       margin: 8px 0 15px;
       font-size: smaller;
    }
}