#compare_category_selections{
    display: flex;
    gap: 12px;
    margin-bottom: 64px;
    margin-top: 32px;
}

#compare_select_category h2, #compare_select_products h2{
    margin: 0;
    color: #0E121B;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1px;
    font-weight: 700;
}

#compare_select_category h2 span, #compare_select_products h2 span{
    color: #1B3DF2;
    margin-right: 10px;
}

#compare_category_selections .singleCompareCategory{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
}

#compare_category_selections .singleCompareCategory.active{
    background-color: #E5EDFF;
    border: solid 1px #CACFD8;

}

#compare_category_selections .singleCompareCategory .category_background_image{
    width: 148px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

#compare_category_selections .singleCompareCategory p{
    text-align: center;
    font-size: 14px;
    padding: 0 10px 16px;
}