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