/*
Theme Name: Adilo Blog
Author: Adilo Dev
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
ul.cat-btn li a {text-align: center;border-left: 11px solid;
 background: #E1EBED; width: 300px; display: block;
border-radius: 5px 0 0 5px;
font-family: 'Poppins';
color: #103753;font-weight: 600;padding: 20px 35px 20px 28px; font-size: 18px;line-height: 28px;margin: 13px auto;}
ul.cat-btn li {flex: 0 0 33.33%;}
ul.cat-btn {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.cat-btn li a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    padding-left: 10px;
}