.myth-category {
    padding: 32px 64px;
    box-sizing: border-box;
}

.myth-category {
    margin: 0 auto;
    width: 100%;
    max-width: 1547px;
}

main nav button {
    margin-left: 0;
}

.myth-category h1 {
    padding: 0;
    box-sizing: border-box;
    margin: 24px 0 0 0;
    font-size: 48px;
    font-family: "Offbeat Line";
    font-weight: 500;
}

.myth-category .myth-item {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 500;
    color: #0a0a0a;
    border-bottom: 0px solid #0a0a0a;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.myth-category .myth-item .myth-title {

}

.myth-category .myth-item .bullet {
    margin: 0 8px 0 0;
    background-color: #0a0a0a;
    height: 6px;
    width: 6px;
    border-radius: 100px;
}

.myth-category .load-more {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

/* Mobile */
@media (max-width: 768px) {
    .myth-category {
        padding: 32px;
    }
    
    .myth-category h1 {
        font-size: 36px;
    }
}