.Multiservice { float:Left;overflow:visible;padding:1%;width:100%;position: relative}
.Multiservice .Multiservice-inner {float:left;padding:1%;width:98%; }
.Multiservice .Multiservice-inner .item {position: relative;display:inline-block;text-align:center;background:white;width:48%;padding:1%;border: 1px solid #CCC;float: left;border-radius:15px;}
.topinner{position: relative;cursor: pointer;font-size: 17px;font-weight: 400;
    background:red;line-height: 36px;text-decoration: none;text-align: center;
    color: white;float: left;width: 92%;border-radius: 10px;margin: 0 3% 0 5%;}
.new-service{position:relative;float:left;width:98%;margin:1%;}
.leftcenter{position:relative;float:left;width:38%;margin:1%;}
.leftcenter img {object-fit:cover;width:80%;}
.rightcenter{position:relative;float:left;width:58%;margin:1%;}
.centerinner{grid-template-columns: 58% 42%;position: relative;cursor: pointer;
font-size: 17px;font-weight: 400;line-height: 36px;text-decoration: none;
text-align: left;display: grid;background:royalblue;margin: 1%;padding:1.5%;border-radius: 10px;color:white;}
.grid-container {display: grid;}
.main-text{position: relative;display:inline-block;text-align:center;margin:0 2%;border: 1px solid #CCC;float: left;border-radius:15px;background: whitesmoke;width: 20%;} 
 .main-text-text{width:96%;margin:2%;position:relative;display:inline-block; float:left;color: blue;font-weight: bold;}
.main-text-img{width:96%;position:relative;padding:2%;float:left;}
.main-text-img img{width:100%;object-fit:cover;}

.top-text{position: relative;display:flex;text-align:center;margin:0 2%;border: 1px solid #CCC;float: left;border-radius:15px;background: whitesmoke;width: 80%%;} 
 .top-text-text{    width: 96%;
    margin: 2%;
    position: relative;
    display: inline-block;
    float: left;
    color: #2626bc;
    font-weight: bold;
    align-content: center}
   
.top-text-img{width:96%;position:relative;padding:2%;float:left;}
.top-text-img img{width:100%;object-fit:cover;}

@media (max-width:770px){
    .Multiservice .Multiservice-inner .item{
    width:100%; }
    .main-text {width:45%;}
.top-text {width:45%; display: inline-block;}
.top-text-img {width: 61%; padding:2% 8% 1% 17%;}

.credibility-pts-mob {    width: 64;}
}