*{
    margin: 0;
    padding: 0;
}
.sioutasbox{
    width: 100%;
    height: auto;
}
.sioutasbox2{
    width: 100%;
    height: 50px;
}
.sioutasbox2 h2{
  text-align: center;
  width: 100%;
  height: 50px;
  background: rgb(36, 177, 92);
  line-height: 50px;
  border-radius: 20%;
  color:white;
}
.sioutasbox2 h3{
   color: rgb(36, 177, 92);
    line-height: 50px;
  }
.sioutasbox3{
    width: 100%;
}
.sioutasbox3 table{
    width: 100%;
}
.sioutasbox3 table tr td{
   border: 1px solid rgb(219, 224, 221);
   font-size: 16px;
}
.sioutasbox6{
    width: 100%;
}
.sioutasbox6 dl{
    width: 100%;
    display: flex;
}
.sioutasbox6 dl dt{
    width: 48%;
}
.sioutasbox6 dl dd{
    width: 48%;
    margin-left: 4%;
}
.sioutasbox7{
    width: 100%;
}
.sioutasbox7 table{
    width: 100%;
}
.sioutasbox7 table tr td{
   border: 1px solid rgb(219, 224, 221);
   font-size: 16px;
}
.sioutasbox7 table tr:hover{
   background:rgb(36, 177, 92);
   color: white;
 }
 .sioutasbox8{
     width: 100%;
     height:auto;
 }
 .sioutasbox8 dl{
    width: 22%;
    height: 350px;
    float: left;
    border:1px solid white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.sioutasbox8 dt{
    height: 300px;
}
.sioutasbox8 dd{
    height:50px;
}
.sioutasbox8 dd p{
    font-size: 14px;
    text-align: center;
  line-height: 50px;
}
.sioutasbox8 dt img{
    width: 199px;
    height: 300px;
}