.main_banner {
  background: url('img/portfolio_banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.pofos {
  max-width: 1280px;
  /* height: 340px; */
  padding: 20px;
  border: solid 1px #e1e1e1;
  display: flex;
  gap: 30px;

  align-items: center;
  margin-bottom: 28px;
}
.pofos img {
  max-width: 512px;
}

.pofos .pofo_text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 340px;
  padding: 10px 0px;
  max-width: 696px;
}
.pofos .pofo_text .pofo_title {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 10px;
}

.pofos .pofo_text .pofo_info {
  margin-left: 20px;
}
.pofos .pofo_text .pofo_info li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.pofos .pofo_text .pofo_info li span:first-child {
  margin-right: 130px;
}

.pofos .pofo_text div:nth-child(2) {
  max-width: 696px;
  padding: 20px;
  background: #f5f6f8;
  font-size: 15px;
  line-height: 22px;
}
