.bg-1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 60px;
}

.block33 h2,
.bg-3 h2 {
    color: #fff;
}

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

.chat-left {
    width: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.gap-10 {
    gap: 15px;
    margin: 15px 0;
}

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

.justify-end {
    justify-content: flex-end;
}

.w-70 {
    width: 70%;
    position: relative;
}

.w-70::before {
    content: "";
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/emoji.png);
    position: absolute;
    width: 48px;
    height: 48px;
    left: 93%;
    bottom: -32%;
}

.bg-2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.p40 {
    padding: 70px;
}

.line,
.line3 {
    position: relative;
}

.white {
    color: #fff;
}

.line::before,
.line3::before {
    content: "";
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/line1.png);
    position: absolute;
    width: 73%;
    height: 13px;
    left: 22%;
    bottom: 28%;
}

.line3::before {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/line3.png);
    width: 36%;
    height: 9px;
    left: 34%;
    bottom: 27%;
}

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

.h-20 {
    height: 20px;
}

.tick {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.tick li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tick img {
    width: 25px;
    height: auto;
}

.pl20 {
    padding: 0 20px;
}

.pl40 {
    padding: 0 40px;
    margin-bottom: 20px !important;
}

.bg-3 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.specer-50 {
    float: left;
    height: 55px;
    width: 100%;
}

.bg-text {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/text.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-top: 50px;
}

.box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.box h4 {
    font-weight: lighter !important;
    font-family: 'Poppins-Regular';
    font-size: 22px;
}

.box-heading h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-1 {
    margin-bottom: 0;
}

.pl40-2 {
    padding: 0 40px;
}

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

.bg-4 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.connectBtn {
    border-radius: 50px;
    background-color: #6439D2 !important;
    width: auto;
    padding: 20px 20px;
    padding-top: 5px;
    font-size: 16px;
    color: #fff;
}

.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
    position: relative;
    top: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .bg-1 {
        margin-top: 0;
    }

    .line3::before,
    .line::before {
        display: none;
    }

    .bg-3 {
        background: none;
    }

    .align-center {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .w-70 {
        width: 80%;
        position: relative;
        margin-bottom: 60px;
        margin-left: 10px;
    }

    .justify-end {
        justify-content: none;
    }

    .flex {
        flex-direction: column;
    }

    .chatbox .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .line-img {
        display: none;
    }

    .block33 h2,
    .bg-3 h2 {
        color: #000000;
    }

    .p40 {
        padding: 10px;
    }

    .h-20 {
        height: auto;
    }

    .pl40 {
        padding: 0 10px;
    }

    .specer-50 {
        float: none;
        height: 0;
        width: 0;
    }

    .box {
        padding: 10px;
    }
}