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: 100px;
}
section#connect .wrap p {
  margin-bottom: 20px;
  line-height: 1.2;
}
section#connect .wrap> span {
  margin-top: 30px;
}
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: 1800px;
  height: 245px;
  display: block;
  background-color: #F5F5F5;
  border-radius: 30px 0 0 30px;
  position: absolute;
  right: 0;
  top: 430px;
}