.history-content-container {
    width: 75%; 
    margin: auto; 
    max-width: 1000px; 
    min-width: 650px;
    overflow: hidden;
}

.history-row-container {
    width: 100%;
    overflow: hidden;
}

.history-row-container .left-col {
    width: 30%;
    float: left;
    overflow: hidden;
}

.history-row-container .left-col img {
    width: 100%;
}

.history-row-container .right-col {
    width: 65%;
    margin-left: 5%;
    float: right;
    overflow: hidden;
}

.history-title {
    font-family: inter-Bold;
    font-size: 30px;
}

.history-subtitle {
    font-family: inter-SemiBold;
    font-size: 22px;
}

.history-titleyear {
    font-family: inter-Italic;
    font-size: 20px;
}

.history-text {
    font-family: inter-reg;
    font-size: 16px;
}

.history-row-container .right-col .history-subtitle {
    margin-top: 4px;
}

.history-row-container .right-col .history-titleyear {
    margin-top: -5px;
}

.history-row-container .right-col .history-text {
    margin-top: 14px;
}

@media (max-width: 1220px) {
    .history-title {
        font-size: 28px;
    }
    
    .history-row-container .right-col .history-subtitle {
        font-size: 20px;
        margin-top: 3px;
    }
    
    .history-row-container .right-col .history-titleyear {
        font-size: 18px;
    }
    
    .history-row-container .right-col .history-text {
        font-size: 14px;
        margin-top: 10px;
    }
    
    .history-text {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .history-row-container .left-col {
        width: 32%;
    }
    
    .history-row-container .right-col {
        margin-left: 3%;
    }
}

@media (max-width: 1024px) {
    .history-row-container .right-col {
        margin-left: 4%;
        width: 64%;
    }
    .history-title {
        font-size: 26px;
    }
    
    .history-row-container .right-col .history-subtitle {
        font-size: 18px;
        margin-top: 1px;
    }
    
    .history-row-container .right-col .history-titleyear {
        font-size: 16px;
    }
    
    .history-row-container .right-col .history-text {
        font-size: 12px;
        margin-top: 10px;
    }
    
    .history-text {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .history-title {
        font-size: 30px;
    }

    .history-subtitle {
        font-size: 22px;
        margin-top: 4px;
    }

    .history-titleyear {
        font-size: 20px;
        margin-top: -5px;
    }

    .history-text {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media (max-width: 530px) {
    .history-title {
        font-size: 27px;
    }

    .history-subtitle {
        font-size: 20px;
    }

    .history-titleyear {
        font-size: 18px;
    }

    .history-text {
        font-size: 14px;
    }
}

@media (max-width: 470px) {
    .history-title {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .history-title {
        font-size: 20px;
    }

    .history-subtitle {
        font-size: 16px;
        margin-top: 2px;
    }

    .history-titleyear {
        font-size: 14px;
        margin-top: -8px;
    }

    .history-text {
        font-size: 12px;
        margin-top: 12px;
    }
}