.history-section {
    min-height: 66.67vh;
    padding: 30px 150px;
}

.history-sub-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    color: #d02129;
    margin-bottom: 15px;
}

.history-main-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: #444444;
}

.history-main-title .brand {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: #27368b;
}

.history-description {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bs-neutral-600);
}

@media (min-width: 1400px) {
    .history-section {
        padding: 30px 100px;
    }
}

@media (min-width: 992px) {
    .history-description.col-lg-5 {
        flex: 0 0 55%;
        max-width: 55%;
        padding-right: 45px;
    }
    .history-image.col-lg-7 {
        flex: 0 0 45%;
        max-width: 45%;
        position: relative;
    }
    .img-map {
        position: absolute;
        top: 0;
        left: 12px;
        width: calc(100% - 24px);
        height: 100%;
        object-fit: cover;
    }
}

.history-description p {
    text-align: justify;
}

/* Info Grid Styles */
.info-grid {
    margin-top: 40px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-text h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    color: #444444;
}

.info-text p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #666666;
}

.btn-discover-history {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 40px;
    margin-top: 30px;
    border: 1.31px solid #27368b;
    border-radius: 68.63px;
    background: transparent;
    color: #27368b !important;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none !important;
    gap: 8px;
}

.btn-discover-history::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../images/arrow-narrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-map {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-history-text {
    width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .box-history-text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .history-section {
        min-height: auto !important;
        padding: 50px 0;
    }
    
    .info-box {
        margin-bottom: 20px;
    }
}
 
    .info-box {
        margin-bottom: 20px;
    }
}
