
h1 , p , li {
    font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.box {
    background-color: #D4E2F6;
}

.title p {
    font-size: xxx-large;
    color: #084772;
    margin-bottom: 0;
}

/* ///////////////// */


.about-st img{
    width: 100%;
    padding: 3rem;
}

.guide-st img{
    width: 95%;
}

.about-text h1 , .about-text p , .about-text li {
    color: #074263;
}

.about-text p {
    font-size: 14px;
    line-height: 2;
}

.about-text ul.dashed li {
    font-size: 14px;
    line-height: 2;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 10px;
}