.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: 800;
    font-size: 32px;
    line-height: 50px;
    color: #444444;
}

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

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

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

.btn-discover-history {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 40px;
    margin-top: 50px;
    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;
}

.history-container {
    background-color: white;
    padding: 0 40px;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.box-swiper-history {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper-group-history .swiper-slide {
    width: auto;
}

.img-history {
    border-radius: 24px;
    width: 100%;
    height: 330px;
    object-fit: cover;
    opacity: 1;
    transform: rotate(0deg);
}

/* Pagination */
.swiper-pagination-history {
    bottom: -30px !important;
}

.swiper-pagination-history .swiper-pagination-bullet-active {
    background: #52b8aa !important;
}

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

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

    .img-history {
        height: 250px;
    }

    .history-section {
        min-height: auto !important;
        padding: 50px 0;
    }
}

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

@media (min-width: 1800px) {
    .history-section {
        padding: 50px 150px;
    }
}

@media (min-width: 992px) {
    .history-description.col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 45px;
    }
    .history-slider.col-lg-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
