.text-image-in-blackbox-sec .sec-heading-container {
    text-align: center;
}
.text-image-in-blackbox-sec .sec-heading-container h2{
    font-size:40px;
    font-weight:600;
    line-height:1;
    background: linear-gradient(270.17deg, #F96C9E 29.07%, #6C38FF 71.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;+
    text-fill-color: transparent; 
}
.text-image-in-blackbox-sec .sec-description-container{
    text-align: center;
    max-width:650px;
    margin:0 auto;
}
.text-image-in-blackbox-sec .sec-description-container p{
    color:#636363;
    margin-bottom:0;
}
.text-image-in-blackbox-sec .sec-description-container{
    margin-bottom:66px;
}

.text-image-in-blackbox-sec .two-col-container {
    border: 1px solid #000000;
    box-shadow: 3px 6px 26.2px 4px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.text-image-in-blackbox-sec .two-col-container {
    padding: 84px 125px;
}
.text-image-in-blackbox-sec .heading-content {
    margin: 0 0 55px;
    text-align: center;
}
.text-image-in-blackbox-sec .heading-content h2 {
    margin: 0;
}
.text-image-in-blackbox-sec .image-text-container-inner {
    display: flex;
    flex-wrap:wrap;
}
.text-image-in-blackbox-sec .text-container {
    width: 65%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position:relative;
}
.text-image-in-blackbox-sec .text-container:after{
    background: linear-gradient(270deg,#1c161d,#a86fae 57%,#1c161d);
    top: 50%;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: calc(100% + 170px);
}
.text-image-in-blackbox-sec .text-container-inner:first-child{
    /*     padding-bottom:58px; */
    /*     padding-bottom:70px; */
    position:relative;
}
.text-image-in-blackbox-sec .text-container-inner:first-child .sub-heading-text {
    max-width: 475px;
}
/* .text-image-in-blackbox-sec .text-container-inner .sub-heading-text {
    max-width: 475px;
} */
.text-image-in-blackbox-sec .text-container-inner:nth-child(2){
    /*     padding-top:53px; */
}
.text-image-in-blackbox-sec .image-container {
    width: 35%;
}
.text-image-in-blackbox-sec .image-container-inner {
    position: relative;
    z-index: 1;
    height:100%;
}
.text-image-in-blackbox-sec .image-container-inner img{
    height:100% !important;
    display:block;
}
.text-image-in-blackbox-sec .heading-text h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
.text-image-in-blackbox-sec .sub-heading-text h4 {
    margin: 0;
}
.text-image-in-blackbox-sec .sub-heading-text p {
    margin: 0;
}

@media only screen and (max-width:1199px){
    .text-image-in-blackbox-sec .text-container-inner:first-child:after {
        width: 600px;
    }
    .text-image-in-blackbox-sec .two-col-container {
        padding: 60px 60px;
    }
}

@media only screen and (max-width:991px){
    .text-image-in-blackbox-sec .two-col-container {
        padding: 50px;
    }
    .text-image-in-blackbox-sec .heading-content {
        margin: 0px 0 40px;
        text-align: center;
    }
}

@media only screen and (max-width:767px){
    .text-image-in-blackbox-sec .two-col-container {
        padding: 35px 29px;
/*         position:relative; */
    }
   {# .text-image-in-blackbox-sec .two-col-container:after {
        background-image: url(https://5765386.fs1.hubspotusercontent-na1.net/hubfs/5765386/Hunters_newtheme%20_2024/Images/Vector.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 16px;
        left: 12px;
        position: absolute;
        bottom: 32px;
        width: 16px;
    } #}
    .text-image-in-blackbox-sec .heading-content {
        margin: 0px 0 27px;
    }
    .text-image-in-blackbox-sec .text-container {
        width: 100%;
        flex:unset;
        margin: 0 0 30px;
        /*         padding-bottom:30px; */
    }
    .text-image-in-blackbox-sec .image-container {
        width: 100%;
        max-width: 191px;
        margin: 0 auto;
    }
    .text-image-in-blackbox-sec .text-container:after {
        width: 100%;
    }
    .text-image-in-blackbox-sec .text-container-inner:first-child{
        padding-bottom:23px;
    }
    .text-image-in-blackbox-sec .text-container-inner:nth-child(2){
        padding-top:25px;
    }
    .text-image-in-blackbox-sec .sec-description-container{
        margin-bottom:49px;
    }
    .text-image-in-blackbox-sec .heading-content {
        text-align: left;
    }
    .text-image-in-blackbox-sec .sec-heading-container h2{
        font-size:24px;
        font-weight:600;
        line-height:1.5;
        margin-bottom:20px;

    }
}