.carousel-item img {
    object-fit: cover;
    height: 400px;
    filter: brightness(70%);
}

.banner {
    height: 85vh;
}

.banner.slim {
    height: 50vh;
}

.banner.one {
    background-image: url(../img/city_01.opti.webp);
    background-size: cover;
    background-position: center;
}

.banner.two {
    background-image: url(../img/cloud-server-sim.opti.webp);
    background-size: cover;
    background-position: center;
}

.banner.tree {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 1%), var(--secondary-dark)), url(../img/army_camp_01.opti.webp);
    background-size: cover;
    background-position: center;
}

h4 i {
    font-size: 1.2rem;
}

.border-orange {
    border-color: var(--theropod-orange) !important;
}