.flex-item {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.list-ca .item .header-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
}

.list-ca .item {
    background: #000;
    border-radius: 5px;
    padding: 15px 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.list-ca .item .header-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.list-ca .item .body-content a {
    background: var(--main-color);
    color: #444;
    border-radius: 25px;
    display: block;
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.list-ca .item .body-content .desc {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-style: italic;
}