.connect_img{
width: 100%;
}
.connect_items{
  margin: 54px auto;
}
.connect_item{
  width: 33%;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #E6E6E6;
}
.connect_item:nth-last-of-type(1){
  border: 0;
}
.connect_item_top{
  width: 72px;
  height: 72px;
  background: #133984;
  border-radius: 50%;
  justify-content: center;
}
.connect_item_img{
  max-width: 24px;
}
.connect_title{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin: 27px 0 19px;
  text-align: center;
}
.connect_txt{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

@media screen and (max-width:768px) {
  .connect_items{
    display: block;
    margin: 0;
  }
  .connect_item{
    width: 100%;
    border: 0;
    margin: 20px 0;
  }
}