.bcc-k {
    font-size: 16px;
}

/* .bcc-k,
.bcc-k * {
    font-family: 'Lato', 'Alegreya Sans';
} */

/* .bcc-k strong,
.bcc-k b {
    font-weight: 900;
} */

/* .bcc-k .container {
    max-width: 1230px;
} */

.bcc-k-hero .block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* .bcc-k-hero .hero-logo {
    max-width: 459px;
    display: flex;
    margin: 0 auto;
} */

/* .bcc-k-hero .hero-bar-outer {
    padding: 17px 15px;
    background: #F2F2F2;
} */

/* .bcc-k-hero .hero-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.bcc-k-hero .hero-bar h3 {
    font-size: 20px;
} */

/* .bcc-k-hero .custom-btn {
    color: #fff;
    background: #be1522;
    border: 2px solid #be1522;
    border-radius: 10px;
    padding: 5px 30px;
    transition: opacity .3s ease;
}

.bcc-k-hero .custom-btn:hover {
    opacity: 0.7;
} */

.bcc-k-hero .hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px 64px;
    max-width: 1080px;
    margin: 0 auto;
}

.bcc-k-hero .hero-description-wrapper {
    width: calc(60% - 32px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-hero .hero-image {
    width: calc(40% - 32px);
}

.bcc-k-hero .hero-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}

.bcc-k-hero .hero-social a {
    transition: opacity .3s ease;
}

.bcc-k-hero .hero-social a:hover {
    opacity: 0.7;
}

.bcc-k-hero .hero-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    line-height: 1.33;
}

.bcc-k-hero .hero-description h3 {
    font-weight: 700;
    font-size: 32px;
}

.bcc-k-hero .hero-box {
    border-radius: 15px;
    background: #F9F9F9;
    padding: 30px 30px 45px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 18px;
    font-weight: 300;
}

.bcc-k-hero .hero-box ul {
    margin: 0;
    line-height: 1.7;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:991px) {

    .bcc-k-hero .hero-description-wrapper,
    .bcc-k-hero .hero-image {
        width: 100%;
    }

    .bcc-k-hero .hero-box {
        padding: 16px;
    }
}
/* 
@media (max-width:479px) {
    .bcc-k-hero .hero-bar {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
} */