body {
    background: #f2f2f2 !important;
}
.bg-gray-200, .bg-neutral-100, .theme-dark .bg-neutral-400 {
    background: #f2f2f2 !important;
}
.cardsSection {
    margin-top: 6rem;
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}

.material-surface {
    background-color: white !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.righthighlight {
    margin-left: auto !important;
}

.ullist {
    margin-left: -1rem;
}
    .ullist li a {
        color: black !important;
        text-decoration: none!important;
        font-weight: 400;
    }

.upperFooter {
    text-align: center !important;
  /*  background: #f2f2f2;*/
}
.upperFooter a {
    color: black !important;
    text-decoration: underline !important;
    font-weight: 500;
    text-align: center !important;
}

.h2asp {
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
}

.imgFDiv {
    align-self: center;
    TEXT-ALIGN-LAST: CENTER;
}
    .imgFDiv .img-object-cover {
        height: 70% !important;
        width: 70% !important;
        border-radius: 15px !important;
    }


    .btnsradius{
        border-radius:7px;
    }
.badge {
    text-transform: uppercase;
    font-weight:400;
}

.c1back {
    background: url('/en-us/powerplatformguide/images/c1back.png') no-repeat left top;
    background-size: 100% 100%;
}

.c2back {
    background: url('/en-us/powerplatformguide/images/c2back.png') no-repeat left top;
    background-size: 100% 100%;
}

.c3back {
    background: url('/en-us/powerplatformguide/images/c3back.png') no-repeat left top;
    background-size: 100% 100%;
}

.c4back {
    background: url('/en-us/powerplatformguide/images/c4back.png') no-repeat left top;
    background-size: 100% 100%;
}

.c5back {
    background: url('/en-us/powerplatformguide/images/c5back.png') no-repeat left top;
    background-size: 100% 100%;
}

.c6back {
    background: url('/en-us/powerplatformguide/images/c6back.png') no-repeat left top;
    background-size: 100% 100%;
}


.ps {
    padding: 50px 30px;
}

.card img {
    border-radius: 20px
}

.btn {
    background: #0078D4!important
}

.whitebtn {
    background: white !important;
    border: 2px solid #0078d4;
    color: #0078d4 !important;
}

.fbtn {
    padding: .625rem 1.3rem!important;
}
@media screen and (min-width: 1100px) {
    .material-md-card {
        background: none !important;
        box-shadow: none !important;
    }
}

@media (min-width: 1084px) {
    .containerCOE {
        width: 70%;
    }
    .imgFDiv .img-object-cover {
        height: 85% !important;
        width: 85% !important;
        border-radius: 15px !important;
    }

}

@media (max-width: 859px) {
    .containerCOE .material-surface{
        padding-top:50px;
    }
}

