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








