.demos-top {
    position: relative;
    padding-top: 140px;
    padding-bottom: 40px;
}
.demos-top h1 {
    font-size: 4.0rem;
    font-weight: 300;
    text-align: center;
    margin-inline: auto;
    max-width: 860px;
    color: rgba(var(--color-headings), 0.9);
}
.demos-top h2 {
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    margin-inline: auto;
    font-style: italic;
    color: rgba(var(--color-headings), 0.9);
    margin-bottom: 0px;
}
.demos-top h1 span {
    font-weight: 500;
    font-style: italic;
    color: rgba(var(--color-red), 1);
}
.demos-top p {
    font-size: 1.35rem;
    line-height: 140%;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 0;
}
.s-div img {
    height: 150px;
    width: 100%;
}
@media (max-width: 767.98px) { 
    .s-div img {
        height: 100px;
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .demos-top {
        padding-top: 120px;
    }
    .demos-top h1 {
        font-size: 2.75rem;
        margin-bottom: 0;
    }
}
.demos-spw .row, .demos-agents .row {
    column-gap: 15px;
}
.demos-spw {
    padding-top: 0px;
    padding-bottom: 0px;
}
.demos-agents {
    padding-top: 0px;
    padding-bottom: 60px;
}
.row-title {
    padding-bottom: 10px;
}
.title-bar {
    display: flex;
    align-items: center;
    column-gap: 0px;
}
.title-bar h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 15px 10px 15px;
    color: rgba(var(--color-headings), 1);
    text-transform: uppercase;
}
.title-bar .line {
    flex-grow: 1;
    height: 4px;
    background-color: #eee;
    border-radius: 2px;
}
.title-bar svg {
    color: rgba(var(--color-red), 0.8);
}
.box {
    height: auto;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    margin-bottom: 45px;
}
.box > div {
    text-align: center;
}
.box a {
    font-size: 0.9rem;
}