section.banner {
    box-sizing: border-box;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

section.banner .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

section.banner .pb-lg-2 {
    padding-bottom: 0.5rem;
}

section.banner .pt-lg-3 {
    padding-top: 1rem;
}

section.banner .px-0 {
    padding-right: 0;
    padding-left: 0;
}

section.banner .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

section.banner .br {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

section.banner .mx-0 {
    margin-right: 0;
    margin-left: 0;
}

section.banner .br>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

section.banner .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

section.banner .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

section.banner .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

section.banner .slider .item {
    text-decoration: none;
}

section.banner .slider .img {
    height: 450px;
    background-size: 100% 100%!important;
    border-radius: 0.25rem;
}

section.banner .slider div {
    text-align: left;
}

section.banner .slider div.type {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

section.banner .slider div.title {
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: rgb(41, 41, 41);
}

section.banner .slider div.date {
    font-size: 14px;
    color: rgb(117, 117, 117);
}

section.banner .slider button.slick\-prev {
    left: 5px;
    z-index: 1000;
    top: 40%;
}

section.banner .slider button.slick\-next {
    right: 5px;
    z-index: 1000;
    top: 40%;
}