/**

 * Theme Name:     TC Agency
 * Author:         TC Agency
 * Template:       hello-elementor
 * Text Domain:	   tc-agency
 * Description:    TC Agency theme.
 */

.cpt-categories {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
}

.cpt-categories a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px !important;
    border-radius: 10px;
    background-color: #1A0D29;
    color: #c5dc67;

 
    flex: 0 0 calc(25% - 35px);
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}