.content{
    margin: 0;
    overflow: hidden;
    height:520px;
    background-image: url(../assets/sevice-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--white);

}

span.page-heading {
    font-size: 40px;
    color: #2D1D61;
    font-weight: 600;
}

span.page-heading{    
    font-size: 40px;
}
.content .left-wrap h1{
    color: var(--black);
    margin-left: 30px;
    line-height: 50px;
    font-size: 33px;
    font-weight: 500;
}

.insight-signup-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
    /* font-weight: 1000; */
    padding: 50px 50px 0 50px;
    background-color: var(--white);
}
.wave-image-wrap{
    width: 100%;
    position: absolute;
    overflow: hidden;
    /* background-size: cover; */
    /* width:min-content ; */
}
.card-num{
    width:50px ;
}
.first-card{
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
    /* font-weight: 1000;  */
    padding: 25% 0 0 0
}
.first-cardimg{
    width: 30%;
    padding-top: 95px;
}

.firstcard-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 50px 0px 0px 0px;
}
.second-card{
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
    /* font-weight: 1000; */
    padding: 20% 0 0 10%;
}
.secondcard-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 50px 0px 0px 0px;
}
.secondcard-imgwrap{
    width: 30%;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.third-card{
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
    padding: 2% 0 15% 5%;
}
.blue-heading{
    color: var(--dark-purple);
}
.white-text-para {
    font-size: 16px;
    color: var(--white);
}
.thirdcard-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 50px 0px 0px 0px;
}
.thirdcard-imgwrap{
    width: 30%;
    display: flex;
    flex-direction: column;
} */
.insight-signup-wrap h3 {
    color: var(--white);
}
/* .insight-signup-wrap h1,.insight-signup-wrap p,.insight-signup-wrap button{
    font-weight: normal;
} */

.service-split-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 0px; 
}
.service-container{
        width: 100%;
        display: flex;
        flex-direction: row; 
}
.service-container-left{
    margin: 20px 20px;
}
.service-container-right{
    margin: 100px 0px 40px 0;
}
.service-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--dark-purple);
    padding:50px 20px ;
    height:400px;
}
.service-head{
    margin-bottom: 30px;
    text-align: center;
    color: var(--white)
}

.service-imagewrap{
    display: flex;
    flex-direction:column;
    width: 100%;
}
/* .service-imagewrap:hover{
   transition:0.5s ;
   transform: scale(0.9);
} */
.service-img{
    background-size: cover;
    width: 100%;
    transition: all .5s;
}
.service-backgroung-image {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-wrap: wrap;
    padding: 1px;
    background-size: cover;
    margin: 0px 0px 0px 0px;
}
.org-line{
    padding-bottom: 8px !important;
}

@media only screen and (min-width: 950px) and (max-width: 1115px) {
.wave-image {
    width: -webkit-fill-available;
}
}
@media only screen and (min-width: 280px) and (max-width: 950px) {
    .wave-image {
        display: none;
    }
    .insight-signup-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        font-size: 20px;
        /* font-weight: 1000; */
        padding: 30px 10px 0 31px;
    }
    .first-cardimg {
         width: 0%; 
         padding: 0; 
    }
    .first-pointer,.second-pointer,.third-pointer{
        display: none;
    }
    .card img {
        display: none;
    }
    .second-card{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0% 0 0 10%;
    }
    .third-card{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0% 0 0% 0%;
    }
    .first-card{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0% 0 0 0
    }
    .card {
        width: 100%;
        padding: 0px;
        color: #2D1D61;
    }
    .cards {
        padding: 2%;
    }
    .thirdcard-content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .secondcard-content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .card span {
        font-size: 18px;
    }
    .blue-heading {
        /* color: #2D1D61; */
        font-size: 20px;
        font-weight: 800;
    }
    .secondcard-content {
        padding: 0px;
    }
    .thirdcard-content {
        padding: 0px;
    }
    .secondcard-imgwrap {
        padding-top: 0px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 475px) {
    .blue-heading {
        padding: 15px 0;
        /* color: #2D1D61; */
        font-size: 24px;
        font-weight: 800;
    }
} 

@media only screen and (min-width: 1030px) and (max-width: 1250px) {
    .first-cardimg {
        width: 25%;
        padding-top: 95px;
    }
    .first-card {
        width: 30%;
        display: flex;
        padding: 33% 0 0 0;
    }
   
    .second-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        padding: 27% 0 0 10%;
    }
    .third-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        font-size: 20px;
        padding: 19% 0 15% 6%;
    }
    .third-pointer {
        position: relative;
        left: 2823%;
        bottom: 0%;
    }
}
@media only screen and (min-width: 985px) and (max-width: 1030px) {
    .second-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        padding: 28% 0 0 10%;
    }
    .third-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        font-size: 20px;
        padding: 25% 0 15% 5%;
    }
    .first-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        padding: 40% 0 0 0;
    }
   
}
@media only screen and (min-width: 950px) and (max-width: 985px) {
    .second-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        padding: 28% 0 0 10%;
    }
    .third-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        font-size: 20px;
        padding: 25% 0 15% 5%;
    }
    .first-card {
        width: 30%;
        display: flex;
        flex-direction: row-reverse;
        padding: 40% 0 0 0;
    }
    
}

@media only screen and (min-width: 950px) and (max-width: 1100px) {

.service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--dark-purple);
    padding: 0px 20px;
    height: 450px;
}
}

@media only screen and (min-width: 680px) and (max-width: 950px) {
.service-backgroung-image {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-wrap: wrap;
    padding: 1px;
    background-size: cover;
    margin: 0px 0px 0px 0px;
}
.service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--dark-purple);
    padding: 10px 10px;
    height: 481px;
}
}
@media only screen and (min-width: 490px) and (max-width: 680px) {
.service-backgroung-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-wrap: wrap;
    padding: 1px;
    background-size: cover;
    margin: 0px 0px 0px 0px;
}
.service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--dark-purple);
    padding: 0px 10px 20px 10px;
    height: fit-content;
}
.content .left-wrap h1 {
    color: var(--black);
    margin-left: 30px;
    line-height: 27px;
    font-size: 25px;
    font-weight: 500;
}
}
@media only screen and (min-width: 280px) and (max-width: 490px) {
    .service-backgroung-image {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        flex-wrap: wrap;
        padding: 1px;
        background-size: cover;
        margin: 0px 0px 0px 0px;
    }
    .content .left-wrap h1 {
        /* color: #fff; */
        margin-left: 30px;
        line-height: 20px;
        font-size: 20px;
        font-weight: 500;
    }
    .service-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: var(--dark-purple);
        padding: 26px 10px;
        height: fit-content;
    }
        .service-split-wrap {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap;
            padding: 10px 0px;
        }
        .org-line{
            display: none;
        }
    }
    
    @media only screen and (min-width: 280px) and (max-width: 400px) {
   
    .card h3 {
        padding: 20px 0;
        font-size: 24px;
    }
    .org-line{
        display: none;
    }
    }
@media only screen and (min-width: 700px) and (max-width: 950px) {
    .content {
        margin: 0;
        overflow: hidden;
        height: 490px;
        background-image: url(../assets/sevice-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: var(--white);
    }

}
@media only screen and (min-width: 280px) and (max-width: 700px) {
.content {
    margin: 0;
    overflow: hidden;
    height: 362px;
    background-image: url(../assets/sevice-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--white);
}
.card span {
    font-size: 18px;
    text-wrap: wrap;
}
}
@media only screen and (min-width: 280px) and (max-width: 400px) {
    .content {
        margin: 0;
        overflow: hidden;
        height: 362px;
        background-image: url(../assets/sevice-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: var(--white);
    }
}