*{
    box-sizing: border-box;
}
.Welocalppc-section .we-do-card {
    text-align: center;
    padding: 35px 40px;
    background: #fff;
    box-shadow: #d3d3d338 0 4px 10px;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100%;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #bcbcbc;
}

.Welocalppc-section {
    background: #F7FCFF;
}
.Welocalppc-section .we-do-card h4 , .Localapproach-section h4 ,
.Whylocalppc-section h4{
font-size: 24px;

}
.Welocalppc-section .we-do-card img , .Localapproach-section img ,
.Whylocalppc-section img{
    max-width: 60px;
    margin-bottom: 25px;
}

.Welocalppc-section .we-do-card:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}
.Localapproach-card{
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px;
}
.Whylocalppc-section {
    text-align: center;
    background: #ff5c3512;
}
.Whylocalppc-section .Whylocalppc-card {
    padding: 20px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    border: 1px solid #EBD8F8;
    background: #ffff;
    position: relative;
    z-index: 1;
    display: block;
    min-height: 100%;
    border-radius: 7px;
}
.Whylocalppc-section .Whylocalppc-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: all .4s linear;
    background: #EDFCFF;
    z-index: -1;
    transform: scale(1.2);
}

.Whylocalppc-section .Whylocalppc-card:hover:after {
    height: 100%;
}


@media(min-width:768px){
    .Localapproach-card{
        text-align: left;
    }
}