.header-title small {
  color: #FBB03B;
  font-size: 18px;
  font-family: 'Sen', sans-serif;
  font-weight: bold;
}

.header-title p:last-child{
  margin-bottom:0;
}

.text-orange{
  color:#F97F0E;
}

.bro-sys h1 {
  line-height: normal;
  font-size: 48px;
  font-weight: 900;
  color: #F97F0E;
  margin-top: 0;
  margin-bottom: 20px;
}

main {
  background: url('../../img/index/hero-bg.jpg');
  padding: 80px 0;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 18px;
}

.bro-sys p{
  color:#222;
  font-size:18px;
  line-height:normal;
}

.bro-sys .wrapper {
  max-width: calc(1200px + 32px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding:10px
}

.inner-wrap {
  padding: 50px 90px;
  background: #fff;
  border-radius: 24px;
  text-align: left;
  position: relative;
}

.inner-wrap:nth-child(n + 2):after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid #31AB48;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -55px;
  transform: translateX(50%);
}

.inner-wrap:nth-child(n + 3):after{
  display:none;
}	

.title h2 {
  font-family: 'Zen Maru Gothic' , sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.title h2 span {
  font-family: 'Sen', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  color: #31AB48;
}

.inner-wrap ul{
padding-left: 0;
}

.inner-wrap ul li p{
padding-left:20px;
margin-top:10px
}

.inner-wrap ul li {
  margin-bottom: 16px;
}

.title h2 span.info{
background:#31AB48;
min-width: 42px;
height: 42px;
border-radius:50%;
color:#fff;
display: flex;
  justify-content: center;
  align-items: center;
font-size:25px;
font-family: 'Zen Maru Gothic', sans-serif;
}

.points ul {
margin-top:20px
}

.points ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-left: 0;
}

.points ul li:before{
content:'';
min-width:15px;
height:15px;
background:#AFDE46;
border-radius:50%;
transform: translateY(5px);
}

.points ul li:last-child{
margin-bottom:0;
}

.bro-sys img{
max-width: 100%;
}

@media only screen and (max-width:600px) {

main {
  padding: 40px 0
}

.bro-sys h1{
font-size:24px;
line-height:normal
}

.bro-sys h1 span{
display:block;
}

.header-title p{
text-align:left;
font-size:15px;
}

.header-title p br{
display:none;
}

.bro-sys .wrapper{
gap:40px;
}

.inner-wrap {
  padding: 24px 20px;
}

.title h2 span{
font-size:32px;
margin-top:-5px;
}

.title h2 {
  font-size: 20px;
}

.inner-wrap ul li {
  margin-bottom: 10px;
  font-size: 15px;
  margin-left: 0;
}

.title h2{
align-items:flex-start;
}

.title h2 span.info {
  min-width: 29px;
  height: 29px;
  font-size: 20px;
margin-top: 0;
}

.inner-wrap:nth-child(n + 2):after {
  border-top: 14px solid #31AB48;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  bottom: -30px;
}

.inner-wrap ul li ul{
  margin-left:10px;
}
}