
.header-row {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.header-img {
    width: 50px;
    height: 50px;
    margin: auto 40px;
    object-fit: contain;
}

.header-back {
    margin: auto 20px;
}

.row-container {
    display: flex;
}

.case-row {
    display: flex;
    justify-content: space-between;
    margin: 50px 20px;
}

.case-img {
    width: calc(50% - 100px);
    min-height: 500px;
    margin: auto 50px;
    object-fit: contain;
}

.case-container {
    width: calc(50% - 40px);
    margin: auto 20px;
}

.case-title {
    text-align: center;
}

.case-content {
    font-size: 120%;
	white-space: pre-line;
    line-height: 1.6;
    text-align: justify;
    /* margin: auto 20px; */
}