.container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cardd {
    border: 1px solid rgb( 24 76 149);
}

.card {
    background-color: rgba(24, 76, 149, 0.8) !important;
    overflow: hidden;
    width: 300px !important;
}

.card img {
    border-radius: 0 !important;
    z-index: 1;
    object-fit: cover;
    width: auto;
    height: 200px !important;
}

.list-group ul{
    border: none !important;
}
.list-group li {
    background-color: transparent !important;
}
.deportes {
    color: #99D3ED !important;
    font-weight: bold;
}

.cultura {
    color: #96A8F9 !important;
    font-weight: bold !important;
}

.investigacion {
    color: #EEBDDF !important;
    font-weight: bold !important;
}

.gobierno {
    color: #BAAD76 !important;
    font-weight: bold !important;
}


.card-body ul li, p {
    color: #fff !important;
    font-size: 15px;
}

.card-body p {
    border-bottom: 1px solid #538EE1;
    margin: 0;
    padding: 5px 0 5px 0;
}

