*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
}
.Mobileseo-section .mobile-seo-card {
    padding: 20px;

    border: 1px solid #cfe5f7;
    background: #fff;
    transition: all .5s ease-in-out;
    min-height: 100%;
    overflow: hidden;
    text-align: center;
}

.Mobileseo-section .mobile-seo-card img {
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.Mobileseo-section .mobile-seo-card:hover {
    background: #0dcaf008;
    box-shadow: 2px 2px 32px rgba(23,22,22,.2);
    border-color: transparent;
}
.Mobileseo-section h4 {
    font-size: 22px;
}
.Mobileseo-section h4 br {
    display: none;
}
/* mobile-local-seo-start */
.Mobilelocalseo-section img {
    max-width: 600px;
    margin: 0 auto;
}

.Mobilelocalseo-section {
    background: #F3F6F8;
}
.partnering-main.mobile-seo-achievement{
    background: #F3F6F8;
}
/* end */
.Whymobileseo .whymobile-seo-card {
    margin-bottom: 20px;
}
.Whymobileseo h2{
    text-transform: capitalize;
}
 .whymobile-seo-card img {
    width: 64px;
    margin: 0 auto;
    margin-left: 0;
}

.why-img {
    text-align: left;
    width: 64px;
}
.Mobilesearch-section {
    background: #26c6da21;
}
.mobile-img-text {
    display: flex;
}


.whymobile-seo-card.mobile-search-card {
    padding: 20px 10px;
    border: 1px solid #cfe5f7;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.whymobile-seo-card.mobile-search-card h5 {
    color: #168B9A;
    font-size: 20px;
}
.whymobile-seo-card.mobile-search-card:hover {
    box-shadow: 2px 2px 32px rgba(23,22,22,.2);
}
.mobile-seo-platform .icon-awareness {
    background: #fff;
}
@media(min-width:1199px){
    .Mobileseo-section h4 {
        font-size: 24px;
    } 
}

@media(min-width:991px){
    .Mobileseo-section h4 br {
        display: block;
    }
    section.customised-content-section.mobile-seo-platform h3 {
        font-size: 16px;
    }
}

@media(min-width:768px){
    .Mobileseo-section .mobile-seo-card {
text-align: left;
    }
}