.img1{
 width: 100%;
}
.banner{
 width: 100%;
}

.img-services {
    width: 100%;
  }
  p {
    text-align: left;
    /* font-size: 14px; */
  }
  .back {
    background: linear-gradient(to top, #ffffff, #e0efff);
    position: relative;
    /* top: -8px; */
    padding: 8px;
  }
  .round {
    border-radius: 25px !important;
  }
  
  /* .rcorners1 {
   border-radius: 25px;
   background: rgb(231, 231, 231);
   padding: 20px;
   width: 50%;
   height: 450px;
  } */
  .rcorners2 {
    border-radius: 25px;
    /* background: linear-gradient(to right, #aecded, #ffffff); */
    padding: 20px;
    width: 100%;
    height: auto;
    /* border: 2px solid #0000000e; */
  }
  
  .text-deco:hover {
    text-decoration: none;
    transition: left 5s linear !important;
    padding-left: 20px;
  }
  .banner {
    width: 100%;
  }
 