@import url(../../global.css);

.sec3 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sec3 .content .separator4 {
  height: 30px;
  width: 3px;
  background: black;
  justify-content: center;
  margin-left: 50px;
}

.sec3 .content img {
  height: 100px;
  width: 100px;
}

.sec3 .inf {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}