

section.recommend {
    padding: 50px calc((100% - 1200px)/ 2);
    padding-bottom: 150px;
    background-color: #eff2ef;
}

section.recommend h2 {
    text-align: center;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.7);
}

section.recommend h2 {
    font-weight: 700;
}

section.recommend div.wrap {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

section.recommend div.wrap article {
    margin-bottom: 2%;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 1em;
}

body.en section.recommend div.wrap article {
    text-align: left;
}

section.recommend div.wrap article span {
    font-size: 18px !important;
    color: rgba(0, 0, 0, 0.7);
}

body.en section.recommend div.wrap article span,
body.en section.recommend div.wrap article p {
    text-align: left;
}

section.recommend div.wrap article h3 {
    color: white;
    font-size: 30px;
    padding: 0.3em 0em;
    color: #1e2238;
    border-bottom: 1px solid #1e2238;
    font-weight: 600;
}

section.recommend div.wrap article span.name {
    font-weight: 700;
    display: block;
    font-style: italic;
}


