.history-flex {
    display: flex;
    gap: 10px;
}

@media (max-width: 991px){
    .history img {
        width: 100%;
    }

    .history iframe {
        width: 100%;
    }

    .history-flex {
        flex-direction: column;
    }
}