.consultancy {
    max-height: 634px;
    overflow: hidden;
}
.minaWrapper {
    width: 100%;
    position: relative;
}

.conwraper {
    max-width: 1250px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.conwraper h3 {
    margin-bottom: 30px;
}

.conwraper p {
    line-height: 1.6;
}
.introImage img {
        max-width: 486px;
        position: relative;
        z-index: 1;
        margin-left: -52px;
        margin: 40px 40px 40px 40px;
}
.rightCol .introImage img{
    margin-left: -80px;
}
.leftCol .introImage img{
    margin-right: -80px;
}
.rightCol, .leftCol {
        width: 50%;
}
.rightCol.text{
padding-left: 130px;
}
.leftCol.text{
    padding-right: 130px;
    }
.rightCol.introImage:after {content: " ";display: block;width: calc(50% - 150px);height: 100%;background: #dedede54;position: absolute;right: 0;z-index: 0;top: 0;border-radius: 35px 0 0 35px;}
.leftCol.introImage:after {content: " ";display: block;width: calc(50% - 150px);height: 100%;background: #dedede54;position: absolute;left: 0;z-index: 0;top: 0;border-radius: 0 35px 35px 0;}
.centred {
    text-align: center;
}

.centred .container {
    max-width: 840px;
}
.centred h2 {
    margin: 53px 0 20px 0;
}

.centred h3 {
     margin-bottom: 22px;
}

.minaWrapper p {
     font-size: 16px;
}

@media(max-width:990px){
    .leftCol.text {
            padding: 0 0;
    }
    
    .conwraper {
            flex-wrap: wrap;
    }
    
    .rightCol, .leftCol {
            width: 100%;
    }
    
    .minaWrapper {
            text-align: center;
            padding: 0 30px;
    }
    
    .rightCol.introImage:after {
            display: none;
    }
    
    .introImage img {
            max-width: 370px;
            padding: 25px;
            margin: 0;
            width: 100%;
    }
    
    .rightCol.introImage {
            order: 1;
    }
    
    .leftCol.text {
            order: 2;
    }
    
    .rightCol.text {
            padding-left: 0;
    }
    
    .leftCol.introImage:after {
            display: none;
    }
    }