.main__2 {
  padding: 60px 0;
  padding-right: 9px;
}
.main__2__title {
  text-align: center;
}
.main__2__title p:first-child {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
.main__2__title p:first-child span {
  display: inline-block;
}
.main__2__title p:last-child {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main__2__wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.main__2__wrap__left {
  flex: 1;
}
.main__2__wrap__left img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__2__wrap__right {
  flex: 1;
  padding: 10px;
  max-width: 430px;
}
.main__2__wrap__right p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 600px) {
  .main__2__wrap {
    flex-flow: column;
  }
  .main__2__wrap__right {
    max-width: none;
  }
}