@import url("https://kit.fontawesome.com/3e8bdba73d.css");


.sg-callout h2 {
    font-size: 1.125rem;
    font-weight: 600;
}

.sg-callout.info {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 20px;
    border-left: 6px solid #FB0;
}

.sq-callout i.fa-duotone {
    padding-top: 10px;
}

.sg-callout.content {
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-column-gap: 15px;
}

.sg-callout hr {
    width: 100%;
    height: 1px;
    background: #a7a7a7;
    padding: 0;
    margin-top: 0;
}

ul.fa-ul li:before {
    display: none;
}

span.fa-li {
    font-size: 1.25rem;
    top: 2px;
}