.banner-warp {
    position: relative;
}

.custom-carousel {
    height: 33.125rem;
}

.custom-carousel .carousel-inner {
    background-color: #2B2B37;
    height: 100%;
}

.custom-carousel .carousel-inner .carousel-item {
    height: 100%;
}

.custom-carousel .carousel-inner .benner-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19.75rem;
}


.banner-detail-warp {
    color: #fff;
}

.banner-detail-warp .banner-title {
    font-size: 3.125rem;
    color: #fff;
    line-height: 1;
}



.case-section-content {
    width: 100%;
    border-radius: 1.25rem;
}

.case-section-content th,
.case-section-content td {
    padding: 0.625rem;
}

.case-section-content thead tr,
.case-section-content tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}

@media screen and (max-width: 680px) {
    .panel-section {
        padding: 0 1rem 2.5rem !important;
    }

    .panel-section h2 {
        padding-top: 2rem !important;
    }

    #target-customer .section-content,
    #marketing-strategy .section-content {
        display: flex !important;
        flex-direction: column;
    }

    .case-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}