:root {
    --bg-light-green: #58A618;
    --bg-dark-green: #275937;
    --bg-white: #fff;
    --col-black: #000;
}

.bg-d-green {
    background-color: var(--bg-dark-green);
}

.bg-l-green {
    background-color: var(--bg-light-green);
}

.bg-white {
    background-color: var(--bg-white);
}

.img1 {
    padding-top: 50px;
}

.col-white {
    color: var(--bg-white);
    position: relative;
}

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

.bg-img {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_study_Santee_Cooper_Jasper_AI_Employee_Agent/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.col-black {
    color: var(--col-black);
}

.star-white {
    color: var(--bg-white);
    position: relative;
}

.star-white::before {
    content: "";
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_study_Santee_Cooper_Jasper_AI_Employee_Agent/white-star.png);
    position: absolute;
    width: 20px;
    height: 20px;
    left: -40px;
    background-repeat: no-repeat;
}

.star-black {
    color: var(--col-black);
    position: relative;
}

.star-black::before {
    content: "";
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_study_Santee_Cooper_Jasper_AI_Employee_Agent/green-star.png);
    position: absolute;
    width: 20px;
    height: 20px;
    left: -40px;
    background-repeat: no-repeat;
}

.p50 {
    padding-left: 50px;
    padding-right: 10px;
}

.p100 {
    padding-left: 100px;
    padding-right: 10px;
}

.row-line {
    position: absolute;
    width: 100%;
    top: 280px;
    left: 80px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-60 {
    padding: 20px 0;
    padding-left: 60px;

}

.line::before {
    content: "";
    display: inline-block;
    width: 5px;
    background-color: #58A618;
    height: 35px;
    position: absolute;
    left: 0px;
    bottom: -5px;
    margin-left: -17px;
}

.bg-img2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_study_Santee_Cooper_Jasper_AI_Employee_Agent/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.line2::before {
    bottom: 15px;
}

.p30 {
    padding: 20px 40px;
}

.box {
    position: absolute;
    width: 55%;
    top: 100px;
    padding: 20px 30px;
}

.line3::before {
    background-color: #fff;
    left: 0px;
    bottom: 105px;
}

.star-green {
    color: var(--col-black);
    position: relative;
}

.star-green::before {
    content: "";
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_study_Santee_Cooper_Jasper_AI_Employee_Agent/light-green-star.png);
    position: absolute;
    width: 20px;
    height: 20px;
    left: -40px;
    background-repeat: no-repeat;
}

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

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

.boxhover2 {
    height: 160px;
}

.bg-img3 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_study_Santee_Cooper_Jasper_AI_Employee_Agent/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    padding-left: 300px;
}

.bg-img3 h2 {
    font-size: 54pm;
    color: var(--bg-white);
    font-weight: bold;
}

.orangeTxt {
    color: #fc4f02;
    font-weight: bold;
    font-size: 40px;
    margin-right: 16px;
}

.contactbtn a {
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease;
}

.connectBtn {
    border-radius: 24px;
    background-color: var(--bg-light-green);
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 24px;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.wid80 {
    width: 80% !important;
}

@media (min-width: 0px) and (max-width: 768px) {
    .row-line {
        display: none;
    }

    .dflex {
        flex-direction: column;
    }

    .boxhover2 {
        height: auto;
    }

    .pl-60 {
        padding-left: 10px;
    }

    .p50,
    .p100 {
        padding-left: 0;
    }

    .p30 {
        padding: 10px;
    }

    .img1 {
        padding: 10px 0;
    }

    .star-black {
        color: var(--bg-white);
    }

    .pr-100 {
        padding-right: 0;
    }

    .pl-40 {
        padding-left: 30px;
    }

    .box {
        position: relative;
        width: 100%;
        top: -10px;
        padding: 0px 10px;
    }

    .bg-img {
        padding: 0px 0;
        background-position-x: -200px;
        background-position-y: -190px;
    }

    .bg-img3 {
        padding: 30px 10px;
        background-position-x: -190px;
    }
}