.main_bg {
    background: #f7f7f7;
    margin: 0.5rem 4%;
    padding: 0.3125rem 0.9375rem;
    text-align: left;
    color: #191919;
}

.specs_title {
    border-bottom: 0.0625rem solid #e5e5e5;
    padding: 0.66rem 0;
    font-weight: 600;
    margin-bottom: 0.66rem;
}

.tab_title {
    margin-right: 0.66rem;
}

.tab_top {
    margin-top: 0.66rem;
    font-weight: bold;
	text-align: center;
}

.mob_tab {
	font-weight: bold;
}

#featured_cat_sectn .fea_cat {
    display: flex;
    gap: 0.625rem;
}

#featured_cat_sectn .fea_cat a {
    flex: 1;
    text-align: center;
}

#featured_cat_sectn .fea_cat a img {
    width: 100%;
}

#featured_cat_sectn .fea_cat a span {
    font-size: 0.75rem;
}

#featured_cat_sectn .featured_cat_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bolder;
}
