<style>
.cat-name {
    width: 50%;
}

.cat-detail {
    border-right: 0;
}

.accordion .card {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}

.accordion .card-header {
    background: #2c2c2c;
    padding: 0;
    border: none;
}

.accordion .card-header button {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}

.accordion .card-header button.collapsed::after {
    content: '+';
    font-family: 'FontAwesome';
    font-size: 25px;
}

.accordion .card-header button::after {
    content: '-';
    font-family: 'FontAwesome';
        font-size: 25px;
}

.accordion .card-body {
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.accordion .card-header button:focus {
    outline: none;
}

@media (max-width: 1024px){
    .btn-enter{
        padding: 20px;
    }
    .cat-name {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .cat-detail {
        border-bottom: 0;
    }
    .btn-enter {
        padding: 10px;
    }
    .btn-enter {
        border: 1px solid;
        width: 150px;
        margin-bottom: 20px !important;
        margin: 0 auto;
    }
    .cat-layout {
        display: block;
        padding-bottom: 10px;
    }
}
.btn-enter {
    display: none !important;
}

.text-about {
    color: #f5f5f5;
    font-size: 16px;
    line-height: 1.6;
}

.text-about p,
.text-about li,
.text-about ol,
.text-about ul,
.text-about span,
.text-about strong {
    color: #f5f5f5;
}
</style>