.about-tassyamura .box-middle.first h2 img {
    width: auto;
}

.about-tassyamura ol {
    margin-left: 32px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.about-tassyamura ol li {
    list-style: decimal;
    font-style: italic;
}

.farmer h2 img {
    width: auto;
}

.homestay h2 img {
    width: auto;
}

.card__text {
    word-break: keep-all;
}

.footer__box {
    width: 500px;
}
.footer__nav-list li {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .footer__box {
        width: 100%;
    }
}