section#dashboard {
   background-color: white;
   position: relative;
 }
section#dashboard .wrap {
   position: relative;
   z-index: 1;
   display: flex;
 }
section#dashboard .wrap .left{
  
  width: 50%;
  padding-top: 60px;
  padding-left: 60px;
}
section#dashboard .wrap h2 {
   
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 30px;
 }
 section#dashboard .wrap h2 strong {
   
   line-height: 1.5;
 }
 section#dashboard .wrap p {
   
   margin-bottom: 25px;
 }
 section#dashboard .wrap> span {
   margin-top:60px;
 }
 section#dashboard .wrap span a {
   
   margin-bottom: 10px;
 }
 section#dashboard::after{
   content: "";
   width: 1800px;
   height: 366px;
   display: block;
   background-color: #f5f5f5;
   border-radius: 30px 0 0 30px;
   position: absolute;
   right: 0;
   top: 345px;
 }
section#dashboard .wrap .right{
  width: 60%;
  padding-top: 60px;
  padding-right: 60px;
}
section#dashboard .wrap .right img{ 
  max-width: 100%;
  height: 100%;
  padding: 0 100px;
}
section#dashboard .slick-dots li button::before{
  font-size: 12px;
  color: #dfd2d2;
}
section#dashboard .slick-dots li.slick-active button:before{
  color: #3abcee;
}
 
 
 
 
 
 
 
 
 
 
 
 
 