/* Homepage About section only */

.home-about-card {
    border: 1px solid #0875a1;
}

.home-about-card > .card-header {
    background-color: #f3f9fb;
    border-bottom: 1px solid #c5e0ea;
    padding: 0.7rem 1.15rem;
}

.home-about-card > .card-header .h5 {
    color: #0875a1;
    font-weight: 700;
}

.home-about-card > .card-body {
    padding: 1.15rem 1.25rem 1.35rem;
}

.home-about-intro {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4eef2;
    line-height: 1.6;
    color: #333;
}

.home-about-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.home-about-list li {
    position: relative;
    margin-bottom: 0.65rem;
    padding-left: 1.15rem;
    line-height: 1.55;
    color: #333;
}

.home-about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #0875a1;
}

.home-about-list li:last-child {
    margin-bottom: 0;
}
