.history-section-two .about-tight {
    --bs-gutter-x: .75rem;
}

.history-section-two .about-tight {
    margin-left: -8px;
    margin-right: -8px;
}

.history-section-two .about-tight>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.history-section-two .image-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-section-two .image-column .image {
    width: 100%;
}

.history-section-two .image-column .big-img {
    width: 100% !important;
    height: auto;
    max-height: 720px;
    object-fit: cover;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .history-section-two .about-tight .content-column .inner-column {
        padding-left: -50px !important;
    }

    .history-section-two .about-tight .content-column .sec-title {
        margin-left: 0 !important;
    }

    .history-section-two .about-tight .image-column .image {
        margin-right: -.25rem;
    }
}

@media (max-width: 991.98px) {
    .history-section-two .about-tight {
        margin-left: -12px;
        margin-right: -12px;
    }

    .history-section-two .about-tight>[class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .history-section-two .content-column {
        padding-top: 1rem;
    }

    .history-section-two .image-column .big-img {
        max-height: none;
    }
}