.container {
    position: relative;
    height: unset;
}
.translation {
    font-weight: normal;
}
.title,
.subtitle-size,
.caption-size {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.subtitle-size {
    font-size: 40px;
}
.data-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid black;
}
.border-left {
    border-left: 1px solid black;
}
.border-right {
    border-right: 1px solid black;
}
.no-border {
    border: none;
}
.data-column {
    padding: 70px 70px 50px 70px;
    width: 100%;
}
.column-6 {
    flex: 6;
}
.column-5 {
    flex: 5;
}
.column-4 {
    flex: 4;
}
.data-column img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1250px) {
    .title, .title-size {
        font-size: 40px;
    }
    .subtitle-size {
        font-size: 32px;
    }
    .heading-size {
        font-size: 24px;
    }

    .data-column {
        padding: 10px 20px;
    }
}