/* CATEGORY STYLING STARTS */
.category-selection__heading {
    margin: 1.5em;
}

.category-selection__container {
    font-family: "stratum-1-web", sans-serif;
    font-weight: 24px;
    font-style: normal;
}

.category-selection__category__outer-container {
    /*width: 100%;*/
    /*height: 72vh;*/
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    align-items: center;
    flex-wrap: wrap;
    margin: 3em;
}

.category-selection__category__inner-container {
    /*height: 320px;*/
    width: auto;
    display: inherit;
    flex-direction: column;
    justify-content: inherit;
    align-items: flex-start;
    margin: 1.5em;
    flex-basis: 22%;
}

.category-selection__category__inner-container:nth-child(4n+1) {
    margin-left: 0;
}

.inner-container__link,
.inner-container__link:visited {
    display: inherit;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    text-decoration: none;
    color: 000000;
}

.inner-container__link:hover {
    cursor: pointer;
}

.category-selection__category__inner-container .inner-container__image {
    /*width: 417px;
    height: 302px;*/
    width: 100%;
    border: none;
    border-radius: 10px;
}

.inner-container__category-title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
}
/* CATEGORY STYLING ENDS */



