.admin-as-a-service {
  padding: 0;
}
.admin-as-a-service .left p{
     margin-bottom: 20px;
}
.admin-as-a-service .title{
     text-align: center;
  
    margin: 0 0 30px 0;
}
.admin-as-a-service .title h2{
     margin: 0;
}
 .admin-as-a-service .left .top .text-top { 
	border-left: 3px solid; 
   border-image: linear-gradient(180deg, #1989e9 50%, #e7e7e7 0) 0 1;
}
.admin-as-a-service .left .top p{
     font-weight: 500;
     padding-left: 30px;
}
 .admin-as-a-service .left .top p:first-child{
     color: #202b38;
}
 .admin-as-a-service .left .bottom{
     background: #017a3d14;
     border-radius:10px; 
     padding: 30px ;
     color: #202b38;
}
 .admin-as-a-service .left .bottom p{
}
 .admin-as-a-service .left .bottom p:nth-child(2) {
     background-color: #E3E6EC;
     padding: 10px;
     border-radius: 5px;
}
 .admin-as-a-service .module{
       position: relative;
 display: flex;  
       flex-direction: row;
    align-items: center;
}
 .admin-as-a-service .module .right img{
     align-self: flex-end;
   width: 80%;
}
 /*      width: 80%;
    right: 0;
/*     top: -260px; *
    position: absolute;
  
} */

/*----mobile----*/
@media (max-width: 767px) {
.admin-as-a-service .right{
    display: none;
  }
}