
/* what-we-do */
.mainwrapper.section.what-we-do {
    max-width: 57%;
    display: flex;
    width: 100%;
    align-items: center;
    background: #ffffff !important;
}

section.what-we-do .image-section {
    height: auto;
    min-width: auto;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

section.what-we-do .image-left {
    position: absolute;
    left: 200px;
    top: calc(50% + 100px);
    transform: translate(0, 40%);
    width: 50%;
    z-index: -1;
}

section.what-we-do .detail-section {
    left: 47%;
    position: relative;
    width: 75%;
    overflow-x: auto;
}

section.what-we-do .detail-section-header img {
    width: 71.95px;
    height: auto;
}

section.what-we-do .detail-section-header h2 {
    font-size: 50px;
    font-weight: 900;
    padding: 0px 0px 0px 12px;
}

section.what-we-do .detail-section-header {
    display: flex;
    align-items: center;
}

section.what-we-do.what-we-do-container .row {
    flex-direction: column;
}

section.what-we-do .card-text-img img {
    width: 70px;
    height: auto;
}

section.what-we-do .card-text {
    font-size: 16px !important;
}

/* what-we-do  Media Queries for responsive design */

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .mainwrapper.section.what-we-do {
        max-width: 80% !important;
    }

    section.what-we-do .image-left {
        position: absolute;
        left: 90px;
        top: calc(60% + 100px);
        transform: translate(0, 40%);
        width: 40%;
        z-index: -1;
    }

    section.what-we-do .detail-section {
        left: 30% !important;
        position: relative !important;
        width: 70% !important;
        overflow-x: auto !important;
    }


    section.what-we-do .card-text-img img {
        width: 60px !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

    .mainwrapper.section.what-we-do {
        max-width: 80% !important;
    }

    section.what-we-do .image-left {
        position: absolute;
        left: 90px;
        top: calc(60% + 100px);
        transform: translate(0, 40%);
        width: 40%;
        z-index: -1;
    }

    section.what-we-do .detail-section {
        left: 30% !important;
        position: relative !important;
        width: 70% !important;
        overflow-x: auto !important;
    }


    section.what-we-do .card-text-img img {
        width: 50px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .mainwrapper.section.what-we-do {
        max-width: 80% !important;
    }

    section.what-we-do .image-left {
        position: absolute;
        left: 90px;
        top: calc(60% + 100px);
        transform: translate(0, 40%);
        width: 40%;
        z-index: -1;
    }

    section.what-we-do .detail-section {
        left: 30% !important;
        position: relative !important;
        width: 70% !important;
        overflow-x: auto !important;
    }


    section.what-we-do .card-text-img img {
        width: 50px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 577px) {

    section.what-we-do {
        width: 100% !important;
        position: relative;
        padding: 10px;
    }

        section.what-we-do .wrapper {
            width: 100% !important;
            position: relative;
        }

        section.what-we-do .image-section {
            margin-top: 0;
            margin-left: -180px;
            margin-bottom: 40px;
        }

        section.what-we-do .image-left {
            position: relative;
            top: -40px;
            left: 190px !important;
            transform: none;
            width: 100% !important;
            z-index: 1;
            float: left;
        }

    .what-we-do-container {
        padding: 10px 20px 10px 20px !important;
    }

    section.what-we-do .detail-section {
        left: 0;
        background: #ffffff;
        min-width: 100px !important;
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
        position: relative;
        border-radius: 0px;
        width: 100% !important;
        justify-content: center;
    }

        section.what-we-do .detail-section .detail-section-row {
            padding: 0px 0px 0px 0px;
        }

    section.what-we-do .detail-section-header {
        position: relative;
        top: auto;
        max-width: none;
        left: 0;
        margin: 0;
        right: 0;
        bottom: 0;
        padding: 0px 0px 0px 0px;
    }

    section.what-we-do .detail-section .detail-section-header h2 {
        font-size: 32px !important;
        max-width: 90%;
        text-shadow: none !important;
        color: #373a36 !important;
        padding: 0px 0px 0px 5px;
    }

    section.what-we-do .card-text-img img {
        width: 70px;
        height: auto;
    }

    section.what-we-do .card-text-header {
        font-size: 16px !important;
        color: #373a36 !important;
        padding: 0 10px 0 30px !important;
    }

    section.what-we-do .card-text {
        font-size: 16px !important;
        color: #373a36 !important;
    }
}

@media (max-width: 576px) {

    section.what-we-do {
        width: 100% !important;
        position: relative;
        padding: 10px;
    }

        section.what-we-do .wrapper {
            width: 100% !important;
            position: relative;
        }

        section.what-we-do .image-section {
            margin-top: 0;
            margin-left: -180px;
            margin-bottom: 40px;
        }

        section.what-we-do .image-left {
            position: relative;
            top: -40px;
            left: 100px !important;
            transform: none;
            width: 100% !important;
            z-index: 1;
            float: left;
        }

    .what-we-do-container {
        /*padding: 10px 20px 10px 20px !important;*/
        justify-content: center;
    }

    section.what-we-do .detail-section {
        left: 0;
        background: #ffffff;
        min-width: 90% !important;
        margin-left: 0px;
        padding: 0px 0px 0px 10px;
        position: relative;
        border-radius: 0px;
        width: 95% !important;
        justify-content: center;
    }

        section.what-we-do .detail-section .detail-section-row {
            padding: 0px 0px 0px 0px;
        }

    section.what-we-do .detail-section-header {
        position: relative;
        top: auto;
        max-width: none;
        left: 0;
        margin: 0;
        right: 0;
        bottom: 0;
        padding: 0px 0px 0px 0px;
    }

    section.what-we-do .detail-section .detail-section-header h2 {
        font-size: 32px !important;
        max-width: 90%;
        text-shadow: none !important;
        color: #373a36 !important;
        padding: 0px 0px 0px 5px;
    }

    section.what-we-do .card-text-img img {
        width: 70px;
        height: auto;
    }

    section.what-we-do .card-text-header {
        font-size: 16px !important;
        color: #373a36 !important;
        padding: 0 10px 0 30px !important;
    }

    section.what-we-do .card-text {
        font-size: 16px !important;
        color: #373a36 !important;
    }
}
