section{
    margin-top: var(--header-height);
    margin-bottom: calc(var(--header-height) * -1);
}

article{
    padding: 40px 0;
}
.section-subhead {
    max-width: 900px;
    margin: auto;
}
.card {
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 8px;
    border: none;
}
.card.card-no-shadow {
    box-shadow: none;
    border-radius: 0;
}
.card-body {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.card-img-top.card-img-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 0;
}
.card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    color: var(--text-color);
}
.card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: left;
    color: var(--text-color);
}
.card-smaller-text .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 18px;
    text-align: center;
    color: var(--text-color);
}
.card-smaller-text .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--text-color);
}
#customerSegmentationArticle .card-text strong {
    padding-top: 0.75rem;
    display: block;
}
.card-footer {
    border: none;
    background: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 1.25rem;
}
.card-link,
.card-link:hover,
.card-link:focus,
.card-link:active {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: var(--color);
}
.card-link .arrow-icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.communication-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}
.communication-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #000000;
}
@media (min-width: 1200px) {
    .col-33-row .col-xl-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}

ul{
    list-style: none;
    padding: 0;
}

.simple-article .img-fluid {
    max-width: 537px;
    width: 100%;
}
.simple-article .content,
.simple-article .content > * {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #000000;
}

.simple-article .content ul li::before {
    content: "\2022";
    color: var(--color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.bg_grey {
    background: #F6F6F6;
}
.grid-item ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 45px;
}
.grid-item h2 {
    grid-column: 1 / 3;
}

.grid-item ul img {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.grid-item ul li{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
}

.grid-item ul p{
    grid-column-start: 2;
}

#decisionMakingArticle strong{
    color: var(--color);
}

#footer-top{
    display: none;
}

@media (max-width: 969px) {

    .simple-article .img-fluid {
        max-width: 400px;
    }

    .grid-item ul {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .grid-item h2 {
        grid-column: 1;
    }

}

@media (max-width: 576px) {
    .grid-item ul li{
        grid-column-gap: 15px;
    }

    .grid-item ul li img{
        height: 70px;
    }

}