.page-layout .tiles .three .tile {
    height: auto;
}
.page-layout .tiles .three .tile ul{
    padding-left: 1em;
    padding-top: 1em;
}

body.sp .page-layout .categories ul {
    max-width: 100%;
    min-width: 100%;
    display: grid;
    gap: 1rem;
    justify-items: start;
    padding-left: 50px;
}

body.sp .page-layout .categories ul li {
    margin-right: 0;
    display: flex;
    word-break: normal;
    align-items: center;
    max-width: unset !important;
}

body.sp .page-layout .categories ul li.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: unset;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px;
    border-color: transparent transparent #fff;
    margin: auto;
    left: -30px;
    right: unset;
    transform: rotate(90deg);
}