.list-content-section {
    position: relative;
    z-index: 2
}

.list-content-section .list-content-outer {
    margin: 0 auto;
    max-width: 1194px
}

.list-content-section .heading {
    text-align: center
}

.list-content-section .heading h2 br {
    display: none
}

@media (min-width:768px) {
    .list-content-section .heading h2 br {
        display: block
    }
}

.list-content-section .heading+.list-content-wrap {
    margin: 40px 0 0
}

@media (min-width:768px) {
    .list-content-section .heading+.list-content-wrap {
        margin: 70px 0 0
    }
}

.list-content-section .list-content-wrap {
    display: grid
}

.list-content-section .list-content-wrap .icon {
    background-color: var(--brand-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 20px;
    height: 54px;
    justify-content: center;
    margin: 0 0 20px;
    width: 54px
}

.list-content-section .list-content-wrap .icon img {
    max-height: 27px;
    max-width: 30px !important
}

.list-content-section .list-content-wrap .title p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .list-content-section .list-content-wrap .title p {
        font-size: 22px;
        line-height: 28px
    }
}

.list-content-section .list-content-wrap .title p br {
    display: none
}

@media (min-width:768px) {
    .list-content-section .list-content-wrap .title p br {
        display: block
    }
}

.list-content-section .list-content-wrap .description ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-content-section .list-content-wrap .description ul li {
    padding-left: 20px;
    position: relative
}

.list-content-section .list-content-wrap .description ul li:before {
    background-image: url(https://cience.com/hubfs/Cience_2025/Images/angle-right.svg);
    content: "";
    height: 18px;
    left: -5px;
    position: absolute;
    top: 3px;
    width: 18px
}

.list-content-section .list-content-wrap .description ul li:not(:last-child) {
    margin-bottom: 25px
}

.list-content-section .list-content-wrap .description ul li strong {
    display: block;
    font-weight: 700
}

.list-content-section .list-content-wrap .description ul ul {
    margin: 25px 0 0
}

.list-content-section .list-content-wrap .centered-text .title p {
    display: inline-block;
    font-weight: 700
}

.list-content-section .list-content-wrap .centered-text .description p {
    font-size: 16px;
    line-height: 24px
}

.list-content-section.three-column-rows .list-content-wrap {
    grid-template-columns: repeat(1, 1fr)
}

@media (min-width:768px) {
    .list-content-section.three-column-rows .list-content-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .list-content-section.three-column-rows .list-content-wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

.list-content-section.four-column-rows .list-content-outer {
    max-width: 100%
}

.list-content-section.four-column-rows .list-content-wrap {
    gap: 23px;
    grid-template-columns: repeat(1, 1fr)
}

@media (min-width:768px) {
    .list-content-section.four-column-rows .list-content-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .list-content-section.four-column-rows .list-content-wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) {
    .list-content-section.four-column-rows .list-content-wrap {
        grid-template-columns: repeat(4, 1fr)
    }
}

.list-content-section .btn-outer {
    margin: 50px 0 0;
    text-align: center
}

@media (min-width:768px) {
    .list-content-section .btn-outer {
        margin: 71px 0 0
    }
}