.cateagory-page-section{
    width: 70%;
    margin: 0 auto;
    padding: 30px 0px;
}
.cateagory-head {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2933;
}
.cateagory-options{
    display: flex;
justify-content: flex-start;
    gap: 15px;
    padding: 10px 0px;
    padding-bottom: 0;
}
.cateagory-page-options{
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #4b5972;
    text-transform: uppercase;
}