.modelcourse-section__buttons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
}

.modelcourse-section__button {
    background-color: #2f4e3d;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
	padding: 2em 0;
    display: flex;
    flex-direction: column;
}

.modelcourse-section__button-image {
    margin-top: 1em !important;
    height: 7.5em;
    margin-top: auto;
}

.modelcourse-section__button-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.modelcourse-section__button-english {
    font-weight: 100;
    font-size: 2em;
    line-height: 1;
}

.modelcourse-section__button-japanese {
    font-size: 1.15em;
    font-weight: 100;
}

.modelcourse-section__content-text {
    text-align: center;
    margin-top: 1em;
    font-size: 1.1em;
}

.modelcourse-section {
    max-width: 1200px;
    margin-bottom: 10px;
}

.modelcourse-categories .modelcourse-section__button:nth-child(even) {
    background-color: #729161;
}

.modelcourse-categories .modelcourse-section__button:nth-child(even):hover {
    background-color: #7da46e;
}
