.leading-2{
     line-height: 2;
}
@media (min-width: 1400px) {
    .xl\:span-6 {
        grid-column: span 6 / span 6;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
}
.bg-grey-13-4 {
    background-color: rgba(117, 117, 117, .4);
}

.prose-sm a{
    color: #000!important;

}
.prose img,  .prose p img{
    max-width: 100%!important;
    height: auto!important;
text-align: center;
}

.prose iframe{
    max-width: 100%!important;
    height: 500px;
}

.prose {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}
.prose h2{
 color: rgb(31, 176, 81);
}

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;
}

.prose table, .prose-sm table {
    width: 100% !important;
    margin: 20px 0;
}

.prose table tr th, .prose table tr td{
    padding: 8px;
    border: 1px solid #111 !important;
}
.prose table tr th{
    font-weight: bold;
}

