


section.ip-diamond .ip-diamond-card{
    border-radius: 24px;
    background: url("https://kissflow.com/hubfs/Ideapattarai/Ideapattarai-new/ip-diamond-bg.png") #000;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 56px;
    position: relative;
}


@media(min-width:767px){
    section.ip-diamond .ip-img-left{
        left: 0;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    section.ip-diamond .ip-img-right{
        bottom: -50%;
        position: absolute;
        right: 0;
        z-index: -1;
    }
}


@media(min-width:1300px){
    section.ip-diamond{
        padding: 300px 0 100px;
        margin-bottom: 100px;
    }

    section.ip-diamond .ip-diamond-imgwrap img{
        max-width: 650px;
        height: 100%;
        /* max-height: 650px; */
    }

    section.ip-diamond .ip-diamond-imgwrap{
        position: absolute;
        right: 50px;
        top: -254px;
        max-height: 700px;
        height: 700px;
    }

    section.ip-diamond .ip-diamond-card h2{
        font-size: 72px !important;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1390px)  {
    section.ip-diamond .ip-diamond-imgwrap{
        right: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1300px)  {

    section.ip-diamond{
        padding: 60px 0;
    }

    section.ip-diamond .ip-diamond-imgwrap{
        position: relative;
        top: -60px;
        text-align: center;
        max-height: 600px;
    }
}


@media(max-width:767px){
    section.ip-diamond{
        padding: 60px 0 120px;
        background-image: url("https://kissflow.com/hubfs/Ideapattarai/Ideapattarai-new/ip-diamond-mob-bg.png");
      background-repeat: no-repeat;
      background-size: contain;
    }

    section.ip-diamond .ip-diamond-imgwrap{
        position: absolute;
    top: 160px;
    width: 100%;
        }

    section.ip-diamond .ip-diamond-imgwrap img{
        max-width: 100%;
        padding-top: 12px;
    }

    section.ip-diamond .ip-diamond-card{
        padding: 95px  0 200px;
        border-radius: 0;
      margin-bottom: 40px;
    }

    section.ip-diamond .ip-diamond-card h2{
        font-size: 48px !important;
    }
}