        .banner-category {
    min-width: 1069px;
    transform: translate(-50%, -50%);
}

.banner-category img {
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.banner-category .bp_category_option {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px;
}

.banner-category .bp_link_category_option {
    position: relative;
    margin: 0;
    display: block;
}

.banner-category .bp_category_option_item {
    display: block;
    position: relative;
    padding: 22px 15px 0 15px;
    border-radius: 10px;
}

.banner-category .icon-content {
    text-align: center;
    margin-bottom: 22px;
}

.banner-category .icon-content img {
    height: 68px;
}

.banner-category .bp_category_option_item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 216px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 116, 249, 0.00) 10.82%, #323a5ce0 73.94%);
    background-blend-mode: multiply;
    z-index: 2;
}
.banner-category .bp_category_option_item:nth-child(2)::before {
    background: linear-gradient(180deg, rgba(255, 170, 34, 0.00) 10.82%, #000000c9 73.94%);
}

.banner-category .bp_category_option_item:nth-child(3)::before {
    background: linear-gradient(180deg, rgba(218, 37, 29, 0.00) 10.82%, #a51416b5 73.94%);
}

.banner-category__heading .tp-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-category .bp_category_option_item:nth-child(1) {
    background-color: var(--tp-primary);
}

.banner-category .bp_category_option_item:nth-child(2) {
    background-color: var(--tp-secondary);
}

.banner-category .bp_category_option_item:nth-child(3) {
    background-color: var(--tp-accent);
}

.banner-category__heading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 28px 0;
    text-align: center;
    align-content: end;
    z-index: 3;
}

.banner-category__btn {
    display: inline-block;
    padding: 3px 18px;
    border: 1px solid #fff;
    border-radius: 46px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    transition: all .4s;
}

.banner-category__btn:hover {
    background-color: #fff;
    color: #000;
    transition: all .4s;
}


.sector__intro .tp-feature__heading {
    margin-bottom: 15px;
}

.sector__content .tp-feature__heading {
    font-family: var(--font-second);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sector__content .tp-body {
    line-height: 23px;
}

.overview-heading__content .tp-feature__heading {
    text-transform: uppercase;
    margin-bottom: 0;
}

.overview-heading__content .tp-feature__text {
    margin-top: 15px;
}

.overview-heading__icon-right svg {
    transform: rotate(180deg);
}

@media (max-width: 1400px) {
    .banner-category {
        min-width: 60%;
    }
    
    .banner-category .icon-content {
        margin-bottom: 10px;
    }
    
    .banner-category .icon-content img {
        height: 35px;
    }
    
    .banner-category__heading .tp-title {
        font-size: 18px !important;
    }
    
    .banner-category__btn {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .overview-heading__icon svg {
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .overview-heading__icon-left,
    .overview-heading__icon-right {
        display: none;
    }
}
