.section-title-color{
  color: #06175B;
}
.section-explain{
   font-size: 26px;
   color: #323232;
}
.section-button{
   width: 150px;
   height: 50px;
   margin-top: 25px;
   background-color: #385bd2;
   border-radius: 8px;
   color: #fff;
   border: none;
}
.section-button:hover{
  opacity: 0.8;
}
.img-center-50{
  text-align: center;
 
}
.img-center-50 img{
   width: 50%;
   height: 50%;
 
}
.f20{
  font-size: 20px;
}
.flex{
  display: flex;
}
.clearfix::before{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }
.league-scene{
  display: flex;
}
.league-scene img{
  min-width: 220px;
  max-height: 160px; 
  border-radius: 10px;
}
.league-scene .text{
   margin:-30px 0 0 20px;

}
.text-center-indent h3{
    text-align: center;
}
.text-center-indent p{
    text-indent: 36px;
}
