.prose .img {
    max-width: 100%!important;
    height: auto!important;
}

.prose {
    font-size: 15px;
    line-height: 1.3;
}

.prose iframe {
max-width: 100%
}



body{
font-weight: 500;
    line-height: 1.3;
}

hr {
    margin: 25px 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


.prose h1, .prose h2, .prose h3, .prose h4 {
    margin-bottom: 20px;
}

.prose p {
    margin-bottom: 10px;
margin-top: 0px;
   letter-spacing: -0.01em;
    line-height: 1.5;
}

.main-menu .menu>.item>a {
font-weight: 600;
}