.whatWeDoArea {
    width: 100%;    
}
.whatWeDoArea .itemBox {
    margin: -80px 0 0;
}
.whatWeDoArea .contantBox {
    width: calc(66.6% - 20px);
    padding: 127px 79px;
    background-repeat: no-repeat;
    background-size: cover;  
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  */
}
.whatWeDoArea .contantBox .subTittle {
    color: #111111;
}
.whatWeDoArea .contantBox h2 span {
    border-bottom: 4px solid #01615d;
}
.whatWeDoArea .whatweRight {
    width: calc(33.4% - 20px);    
}
.whatWeDoArea .contantBox p {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 1.6;
}
.whatWeDoArea .whatweRight .image {
    width: 100%;
    padding: 80px 40px 56px;
    min-height: 504px;
    background-repeat: no-repeat;
    background-size: cover;     
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.whatWeDoArea .whatweRight .image:before {
    content: "";
    width: 100%;
    height: 100%;  
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.46%, #000000 100%), url(IDEIeventTunis2022.jpg);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.whatWeDoArea .whatweRight .subText p {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.02em;
}


@media(max-width: 1365px){
    .whatWeDoArea .contantBox {
        padding: 127px 50px;
    }
}

@media(max-width: 1279px){
    .whatWeDoArea .contantBox {
        padding: 90px 50px;
    }
    .whatWeDoArea .whatweRight .image {
        min-height: 410px;
    }
}

@media(max-width: 1199px){

    .whatWeDoArea .contantBox {
        padding: 75px 30px;
        width: calc(66.6% - 15px);
    }
    .whatWeDoArea .whatweRight {
        width: calc(33.4% - 15px);
    }
    .whatWeDoArea .whatweRight .image {
        min-height: 370px;
        padding: 70px 20px 30px;
    } 
    .whatWeDoArea .contantBox p {
        font-size: 18px;  
    }
        
}

@media(max-width: 991px){
    
    .whatWeDoArea .itemBox {
        margin: -50px 0 0;
    }
    .whatWeDoArea .contantBox {
        padding: 40px 20px;
        width: calc(60% - 15px);
    }
    .whatWeDoArea .whatweRight {
        width: calc(40% - 15px);
    }
    .whatWeDoArea .whatweRight .subText p {
        font-size: 18px;
    }
}

@media(max-width: 767px){

    .whatWeDoArea .contantBox {
        padding: 40px 20px;
        width: 100%;
    }
    .whatWeDoArea .whatweRight {
        width: 100%;
    }
    .whatWeDoArea .itemBox {
        margin: -50px -20px 0;
    }
    
}
