/*
Custom css file for companies cards content
*/
.meteo_companies_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    grid-column-gap: 20px;
}

a.meteo_stores_images {
    background-size: cover;
    display: block;
    height: 249px;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
}

a.meteo_stores_images.meteo_default_company_logo{ background-size: contain !important;}

.meteo_stores_content { padding: 20px;}

.meteo_single_similar_comp{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.meteo_stores_description_header{ margin-bottom: -55px;}
.meteo_stores_icon_badge_width{ 
    margin-right: 16px;
    height: 60px;
}