.sub-sec .cont-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px
}

.sub-sec .sticky-top {
    top: 8rem;
    z-index: 1
}

.com-button {
    background-color: #1F6F9A;
    font-weight: 300;
    font-size: 18px;
    padding: .7em 5em;
    border-radius: 5px;
    margin-top: 30px
}

.main-button {
    margin-top: 1em;
    text-align: center;
}

.card {
    border-radius: 3px;
    border: 1px solid #D1D1D1;
    margin: 0 auto;
    width: 47%
}

.card p span {
    color: green;
    font-size: 90%;
    font-weight: bold;
    display: block;
    margin-top: 10px
}


.com-icon {
    margin-bottom: .35em;
    color: #1F6F9A;
    margin-top: 15px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem .9em;
    margin-bottom: .5em;
    background-color: transparent;
    /*     border: 1px solid rgba(0, 0, 0, 0.125); */
    border: none;
}

.list-group-item:first-child {
    padding-top: 0;
}

.list-group p {
    font-size: 16px;
}

.list-com-announcements {
    border-bottom: 1px solid #D1D1D1;
}

@media screen and (max-width: 765px) {
    .card-deck {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }

    .row-cols-2 > * {
        flex: 0 0 auto;
        width: 90%;
    }
}
