.full-width-category
{
    width: 100%;
    height: auto;
    background: #B22121;
}
.category-box
{
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.cat-item-holder
{
    width: auto;
    height: 193px;
    gap: 24px;
    text-decoration: none;
}
.cat-item-circle
{
    width: 132px;
    height: 132px;
    background: #F9F9F9;
    border-radius: 100%;
}
.cat-item-circle img {
    width: 176px;
    height: 200px;
    object-fit: cover;
    margin-top: -5px;
}
.cat-title
{
    font-family: IRS-Fa-ExtraBold;
    font-size: 16px;
    color: white;
}