
#what-we-do-sections{
    margin: 20px 0 0 0;
}

#what-we-do-sections .wrap{
    max-width: 1280px;
}

#what-we-do-sections .three-c .heading{
    padding: 10px 10px 6px 10px;
    background-color: #007579;
    margin-bottom: 20px;
    font-size: 26px;
    display: block;
    color: #ffffff;
}

#what-we-do-sections .three-c .heading svg{
    display: inline-block;
    height: 32px;
    width: 32px;
}

#what-we-do-sections .three-c .heading svg .heaiu,
#what-we-do-sections .three-c .heading svg path:nth-child(3),
#what-we-do-sections .three-c .heading svg .dsita{
    fill: #ffffff;
}

#what-we-do-sections .three-c .heading h3{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    color: inherit;
    margin: 0;
}

#what-we-do-sections .three-c h3:after{
    display: none;
}

#what-we-do-sections .three-c h4{
    font-size: 26px;
}

#what-we-do-sections .three-c .block{
    border: solid 1px #EAF3F3;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 3px 14px rgba(105,105,105,0.1);
}

#what-we-do-sections .three-c .block .content-container{
    width: calc(100% - 320px);
    padding: 20px 40px;
    min-height: 220px;
    float: right;
}

#what-we-do-sections .three-c .block .image-container{
    background-color: #474b56!important;
    position: absolute;
    width: 240px;
    height: 100%;
    left: 0;
    top: 0;
}

#what-we-do-sections .three-c .block .image-container .radio{
    display: none;
    height: auto;
    width: 100%;
}

#what-we-do-sections .three-c .block .content-container .button{
    display: inline-block;
    margin: 0 10px 10px 0;
}@media screen and (max-width: 640px) {
    #what-we-do-sections .three-c .block .image-container{
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #what-we-do-sections .three-c .block .image-container .radio{
        display: block;
        height: auto;
        width: 100%;
    }

    #what-we-do-sections .three-c .block .content-container{
        padding: 20px 20px 0 20px;
        width: calc(100% - 40px);
        display: block;
        float: none;
    }
}