/*...........Start history-section...............*/
.history-section {
    background:  var(--bg-soft-gradient);
    position: relative;
}

.history-text {
    background:  var(--bg-soft-gradient);
}

.history-text h2 {
    color: var(--text-light);
    letter-spacing: 1px;
}

.history-text p {
    line-height: 1.8;
    font-size: 1rem;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.signature {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
}

.history-image img {
    object-fit: contain !important;
    height: 400px;
    width: 100%;
}

@media (max-width: 992px) {
    .history-text {
        text-align: center;
    }
    .signature {
        margin-top: 1rem;
    }
}
/*...........End history-section...............*/