.sib-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.sib-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 40px;
    color: #333;
}
.sib-icon-wrapper svg {
    width: 40px;
    height: 40px;
    fill: #333;
}
.sib-title {
    margin: 0 0 10px 0;
    padding: 0;
}
.sib-tagline {
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #666;
}
.sib-description {
    margin: 0;
}
.sib-description p {
    margin-bottom: 0;
}