.translation-home {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.translation-home .translation-row-item {
    width: 100%;
    padding: 0 50px;
    height: 490px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.translation-home > .translation-row-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.translation-home .translation-row-item .image-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 60%;
    width: 100%;
    max-height: 100%;
    padding-right: 90px;
}

.translation-home .translation-row-item:nth-child(odd) .image-container {
    padding-right: 0;
    padding-left: 90px;
    justify-content: flex-start;
}

.translation-home .translation-row-item .image {
    display: block;
    max-height: 400px;
    max-width: 100%;
}

.translation-home .translation-row-item .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.translation-home .translation-row-item .text-container .line {
    font-size: 32px;
    line-height: 40px;
    color: #4a4a4a;
}

.translation-home .translation-row-item .text-container .line-1,
.translation-home .translation-row-item .text-container .line-2 {
    font-weight: bold;
}

.translation-home .translation-row-item .text-container .line-2 {
    font-size: 20px;
}

.translation-home .translation-row-item .text-container .line-3 {
    font-size: 14px
}

.translation-home .translation-row-item .text-container .button {
    min-width: 160px;
    padding: 0 20px;
    line-height: 46px;
    margin-top: 30px;
    color: #4a4a4a;
}

.translation-home > .background-container {
    width: 100%;
    padding: 50px 0;
    background-color: #f8f7f5;
}

.translation-home > .background-container .cards {
    margin-bottom: 40px;
}

.translation-home > .background-container .cards-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.translation-home > .background-container .translation-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 520px;
    height: 550px;
    margin: 0 10px;
    padding: 50px 20px 40px 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #f2f2f2;
}

.translation-home > .background-container .translation-card .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.translation-home > .background-container .translation-card .text-container .line {
    font-size: 32px;
    line-height: 40px;
    color: #4a4a4a;
}

.translation-home > .background-container .translation-card .text-container .line-1,
.translation-home > .background-container .translation-card .text-container .line-2 {
    font-weight: bold;
}

.translation-home > .background-container .translation-card .text-container .line-2 {
    font-size: 20px;
}

.translation-home > .background-container .translation-card .text-container .line-3 {
    font-size: 14px;
}

.translation-home > .background-container .translation-card .text-container .button {
    color: #4a90e2;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.translation-home > .background-container .translation-card .text-container .button:hover {
    text-decoration: underline;
}

.translation-home > .background-container .translation-card .image-container {
    margin-top: auto;
}

.translation-home > .background-container .translation-card .image {
    display: block;
    max-height: 300px;
    margin: 0 auto;
    max-width: 100%;
}

.translation-home > .background-container .translation-row-item {
    background-color: #ffffff;
    max-width: 1060px;
    margin: 0 auto;
    height: 400px;
}

.translation-home > .background-container .translation-row-item:nth-child(even) {
    flex-direction: row-reverse;
}

.translation-home > .background-container .translation-row-item:nth-child(even) .image-container {
    padding-right: 10px;
}

.translation-home > .background-container .translation-row-item:nth-child(even) .image-container {
    padding-right: 0;
    padding-left: 10px;
}

.translation-home > .background-container .translation-row-item .image {
    max-height: 450px;
    flex-shrink: 0;
}

.translation-home .translation-row-item-large {
    background-color: rgba(216,216,216,0.4);
    width: 100%;
    min-height: 570px;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-size: auto 420px;
    background-position: center bottom 30px;
    background-repeat: no-repeat;
}
.translation-home .translation-row-item-large .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.translation-home .translation-row-item-large .text-container .line {
    font-size: 32px;
    line-height: 40px;
    color: #4a4a4a;
}

.translation-home .translation-row-item-large .text-container .line-1,
.translation-home .translation-row-item-large .text-container .line-2 {
    font-weight: bold;
}

.translation-home .translation-row-item-large .text-container .line-2 {
    font-size: 20px;
}

.translation-home .translation-row-item-large .text-container .line-3 {
    font-size: 14px;
}

.translation-home .translation-row-item-large .text-container .button {
    min-width: 160px;
    padding: 0 20px;
    line-height: 46px;
    margin-top: 20px;
    color: #4a4a4a;
}