.page-layout .tiles .three .tile {
    height: auto;
}

body.sp .page-layout div.content.short p {
    font-size: 15px;
    line-height: 1.2;
}

body.sp .page-layout .categories>div>ul {
    overflow: auto;
    display: grid;
    gap: 1rem;
    justify-items: start;
    padding-left: 50px;
    max-width: unset !important;
    min-width: unset !important;
}

body.sp .page-layout .categories>div>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);
}

body.sp .page-layout .categories>div>ul li {
    margin-right: 0;
    display: flex;
    word-break: normal;
    align-items: center;
    max-width: unset !important;
}