:root {
    --theme-1: #de0436;
    --text-dark: #343434;
    --text-light: #ffffff;
}

.en-blog-main {
    width: 100%;
    position: relative;
}

.en-blog-list {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    max-width: 1420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.en-blog-list__title {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
}

.en-blog-list__sub-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
}

.en-blog-fig {
    width: 100%;
    position: relative;
}

.en-blog-fig__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
}

.en-blog-fig__desc {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 13px;
    /* font-style: italic; */
    font-weight: 900;
    color: var(--text-light);
}

.en-blog-row {
    margin-top: 40px;
    margin-bottom: 40px;
}