.history {
    padding: 50px 0;
}

.history-image-content-wrap {
    padding: 25px 0;
}

.history-column-image {
    position: relative;
    text-align: center;
}

.history-sub-image {
    box-shadow: 0 0 15px rgba(85, 85, 85, 0.10);
}

.history-column-text {
    padding: 25px 0 0;
}

.history-column-text h2 {
    color: white;
    -webkit-text-stroke: 1px #707070;
    font-weight: 900;
    font-size: 70px;
    padding: 0 0;
}

.history-column-text h4 {
    color: var(--color-dark-gray);
    line-height: 1em;
    font-weight: 900;
    font-size: 35px;
}

.history-image-content-wrap > .row {
    align-items: center;
}

@media(min-width: 768px) {

    .history-image-main {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        width: 100%;
    }
    
    .history-sub-image {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0% , -50%);
        width: 300px;
    }

    .history-column-text h2 {
        font-size: 95px;
        padding: 0 0 17px;
    }

    .history-column-text h4 {
        font-size: 45px;
        padding: 0 0 15px;
    }

    .history-image-content-wrap {
        padding: 50px 0;
    }
}

@media (min-width: 1025px) {
    .history-column-image {
        text-align: left;
    }
    
    .history-image-main {
        width: calc(100% - 122px);
    }

    .history-image-content-wrap:nth-child(odd) .history-image-main {
        margin-left: unset;
    }

    .history-sub-image {
        width: 244px;
    }
}

@media(min-width: 1200px) {

    .history {
        padding: 47px 0 57px;
    }

    .history-image-content-wrap {
        padding: 47px 0;
    }

    .history-column-text h2 {
        font-size: 120px;
        padding: 0 0 17px;
    }

    .history-column-text h4 {
        font-size: 50px;
        padding: 0 0 25px;
    }

    .history-column-text {
        padding: 0 0 0 66px;
    }

    .history-image-content-wrap .row-reverse {
        flex-direction: row-reverse;
    }

    .history-image-content-wrap .row-reverse .history-column-text {
        padding: 0 70px 0 0;
    }

    .sub-image-bottom {
        top: unset;
        transform: translate(0% , 0%);
        bottom: -30px;
    }

    .sub-image-center {
        right: unset;
        left: 0;
    }

    .history-image-content-wrap .row-reverse .history-image-main {
        margin: 0 0 0 auto;
        display: table;
    }   

    .history-image-content-wrap .row-reverse .sub-image-bottom {
        right: unset;
        left: 0;
    }
}