.cover-block {
    position: relative;
    overflow: hidden;
}

.cover-img {
    display: block;
    width: 100%;
    height: auto;
}

.cover-heading {
    position: absolute;
    top: 20%;
    left: 10%;
    max-width: 60%;
    z-index: 2;

}

.cover-heading h1 {
    font-size: 36px;
    font-family: 'poppins-bold';
    color: #E2DECF;
    line-height: 1.25;
    margin-bottom: 14px;
}

.cover-heading h3 {
    font-size: 20px;
    font-family: 'poppins-semibold';
    color: #E2DECF;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .cover-heading {
        max-width: 90%;
        top: 24px;
        left: 20px;
    }

    .cover-heading h1 {
        font-size: 20px;
        line-height: normal;
    }

    .cover-heading h3 {
        font-size: 18px;
        font-family: 'poppins-semibold';
        color: #E2DECF;
        line-height: 1.5;
    }
}

.bg-strip {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
}

.bg-strip::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(#3a230f, #914D01);
    z-index: 0;
}

.bg-coffee {
    background: linear-gradient(#3a230f, #914D01);
}

.block50 {

    position: relative;
    z-index: 1;
}

.white-txt {
    color: #fff;
}


.challenge-card {
    background: #f3ede4;
    padding: 30px;

}

.hand-img {
    z-index: 1;
    position: relative;
    padding-right: 0;
}

.pos-relative {
    position: relative;
}

.mb-50 {
    margin-bottom: 50px;
}

.bg {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_NGO_AI_Agent/bg1.png);
    background-size: cover;
    height: 380px;
    padding: 130px 130px;
    position: absolute;
    bottom: -230px;
    z-index: 1;

}

.bg h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'poppins-bold';
    line-height: normal;
}

.challenge-item {
    margin-bottom: 16px;
}

.m-0 h2 {
    margin: 0 !important;
}

.challenge-item h4 {
    color: #b5651d;
    font-size: 18px;
    font-family: 'poppins-bold';
    margin-bottom: 4px;
}

.mt50 {
    margin-top: 50px;
}

.block50 .line-img {
    max-width: 100%;
    width: auto;
}

@media (max-width: 768px) {
    .block50 {
        width: 100%;
    }

    .bg-strip::after {
        display: none;
    }
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.flex {
    display: flex;
    align-items: center;
}

.w-100 {
    width: 100%;
}

.h-60 {
    height: 60px;
}

.line-img {
    width: 130px;
    height: auto;
    display: block;
    margin: 4px 0 20px;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.badge-icon {
    width: 36px;
    height: 36px;
}

.live-badge span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.inline-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
}

.boxhover {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.content h5 {
    font-family: 'poppins-bold';
    color: var(--col-black);
    margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .bg {
        background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_NGO_AI_Agent/bg1.png);
        background-size: cover;
        height: 300px;
        padding: 20px;
        position: relative;
        top: 0;
    }
}