.htmlmap {
    margin: 0 auto;
    max-width: 1410px;
    box-sizing: border-box;
    padding-bottom: 60px;
}
.htmlmap-content {
    background-color: #fff;
    padding: 36px;
    border-radius: 20px;
}
body .htmlmap h2:first-child {
    margin-top: 0;
}
.htmlmap-content p:first-child {
    padding-top: 0;
}
body .htmlmap p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    padding-top: 20px;
}
.htmlmap .htmlmap-row {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.htmlmap .htmlmap-row {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
.htmlmap .htmlmap-column-1 {
    float: left;
    width: 100%;
    margin: 0;
}
.htmlmap .htmlmap-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.htmlmap-row .htmlmap-list>li>a>h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight:100;
    margin-bottom: 14px;
    margin-top:0;
    transition:all .3s
}
h1 {
    font-size: 36px;
    text-transform: none;
    font-weight: 300;
    margin: 40px 0 15px 10px;
}
.htmlmap-row .htmlmap-list li h2 {
    color: var(--secondary-color);
    transition:color .3s;
    width:fit-content;
}
.htmlmap-row .htmlmap-list ul li {
    margin: 6px;
    margin-left: 20px;
    font-size: 15px;
    list-style-type: disc;
}
.htmlmap .htmlmap-list li {
    margin-bottom:10px
}
.htmlmap-row .htmlmap-list li h2:hover{
    text-decoration:underline;
}
.htmlmap-content h2{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}
.htmlmap-content .htmlmap-row:last-child {
    border-bottom: none;
}

@media (max-width: 990px) {
    h1{
        margin-bottom: 20px;
        font-size: 30px !important;
    }
}
@media (max-width:400px) {
    .htmlmap-row .htmlmap-list>li>a>h3 {
        font-size:15px;
        margin-bottom:0;
    }
    body .htmlmap p {
        font-size:19px;
        
    }
}