.okatsune-product-help__header {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.okatsune-product-help__title {
    background: rgba(0, 92, 57, 0.5);
    color: #fff;
    position: absolute;
    right: max(10%, 50px);
    font-size: 2rem;
    bottom: 0;
    margin: 0;
    padding: 0.5rem 1rem;
}

.okatsune-product-help__content {
    max-width: 1200px;
    padding: 2.5rem 1rem;
    margin: 0 auto;
}

.okatsune-product-help__question-title {
    font-size: 2.5rem;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

.okatsune-product-help__question-content {
    margin: 0 0 2rem 0;
}

.okatsune-product-help__question-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.okatsune-product-help__back-button {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #005c38;
    border-radius: 0;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.okatsune-product-help__back-button:hover {
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .okatsune-product-help__question-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .okatsune-product-help__question-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .okatsune-product-help__question-items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.okatsune-product-help__question-item {
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
    padding: 1.5rem;
    aspect-ratio: 16 / 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    transition: 200ms;
    gap: 0.5rem;
}

.okatsune-product-help__question-item:hover {
    color: #fff;
    transform: translateY(-3px);
}

.okatsune-product-help__question-item-title {
    margin: 0;
}

.okatsune-product-help__question-item-subtitle {
    margin: 0;
}
