section#dashboard {  
  background-color: white;
  position: relative;
}
section#dashboard .wrap { 
  position: relative;
  z-index: 1;
}
section#dashboard .wrap h2 {  
  font-weight: bold;
}
section#dashboard .wrap h2 strong {  
  line-height: 1.3;
  color: #333;
  font-size: 90px;
}
section#dashboard .wrap p {  
  margin-bottom: 76px;
  color: #999;
}
section#dashboard .wrap> span {
  margin-top: 50px;
}
section#dashboard .wrap span a { 
  margin-bottom: 10px;
}
section#dashboard .wrap ul {  
  grid-column: 2;
  grid-row: 1 / span 5;
  overflow: hidden;
  align-items: center;
  gap: 30px;
}
section#dashboard .wrap ul li:not(:first-child){
  /*! transform: scale(0.6); */ 
  width: 180px;
  height: 400px;
  margin-left: 30px;
}  
section#dashboard .wrap ul li img { 
  width: 100%;
}
section#dashboard::after{
   content: "";
   width: 1826px;
   height: 269px;
   display: block;
   background-color: #f5f5f5;
   position: absolute;
   border-radius: 0px 30px 30px 0px;
  top: 495px;
    
 }