#history {
    margin-top: 160px;
    overflow: hidden;
}

.history-header {
    margin-bottom: 40px;
}

.history-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.history-header hr {
    border: 1px solid #022148;
    width: 75px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.history-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
    margin-bottom: 40px;
}

.history-banner {
    position: relative;
    width: 100%;
    height: 32rem;
    padding: 0px;
    margin-top: 40px;
}

.history-banner::before {
    content: '';
    background-color: #d3ab603b;
    position: absolute;
    width: 100%;
    height: 100%;
}

.history-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    object-position: 3.5vw;
    margin: auto;
    transform: scale(1.1);
}

#history .container {
    max-width: 1000px;
}

#history .block-container {
    max-width: 1300px;
    margin-bottom: 40px;
}

.history-paragraph-text {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (min-width: 1680px) {

}

@media screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1400px) {
    .history-banner img {
        object-position: center;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    #history {
        margin-top: 120px;
    }

    .history-header p {
        margin-right: 50px;
    }

    .history-banner {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 576px) {
    .history-header p {
        margin-right: 20px;
    }

    .history-banner {
        height: 275px;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}