.weleagu{
    width: 100vw;
    padding-top: 300px;
    font-size: 16px;
}
.weleagu .content_top_left{
    width: min(1280px,90%);
    margin: 0 auto 150px auto;
}

.weleagu h3 {
    background-color: #EA0015;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 40px 0 20px;
    text-align: left;
}
.weleagu h4 {
    border-bottom: 2px solid #EA0015;
    font-size: 20px;
    font-weight: bold;
    padding: .5em 0;
    margin: 20px 0;
    text-align: left;
}

.weleagu #about_weleague .center{
    text-align: left;
}
.weleagu #about_weleague .center img{
    width: min(250px,100%);
    object-fit: cover;
}
.weleagu #about_weleague  .content{
    text-align: left;
    line-height: 25px;
}
.weleagu #about_weleague .cente2{
    text-align: center;
}
.weleagu #about_weleague .center2  img{
    width: min(150px,100%);
    object-fit: cover;
}
.weleagu .weleagu-wrap h5{
    font-weight: bold;
    border-bottom: 1px solid red;
    margin-right: auto;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.weleagu .weleagu-wrap .minititle{
    margin: 0 auto;
}
.weleagu .weleagu-wrap .strong{
    color:#fff;
    font-weight:bold;
    background-color:red;
    padding: 8px  16px;
    text-align: center;
    width: 30%;
    box-sizing: border-box;
    height: 30%;
}
.weleagu .weleagu-wrap .line1,.weleagu .weleagu-wrap .line2,.weleagu .weleagu-wrap .line3{
    margin-bottom: 40px;
    text-align: left;
    display: flex;
    gap: 5%;
}
.weleagu .weleagu-wrap .strong-text{
    width: 65%;
    line-height: 20px;
}
.weleagu .weleagu-wrap .line1 .strong-text,.weleagu .weleagu-wrap .line2 .strong-text{
    line-height: 32px;
}
.weleagu .weleagu-btn{
    display: flex;
    justify-content: center;
    background-color: none;
}
.weleagu .weleagu-btn a{
    padding: 20px 60px 20px 20px;
    font-size: 15px;
    position: absolute;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: min(400px,50%);
    border-radius: 10px;
    border: 2px solid red;
}
.weleagu .weleagu-btn a::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 7px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: skewX(45deg);
    position: relative;
    left: 8%;
    top: 5px;

}
@media(max-width:500px){
    .weleagu{
        padding-top: 20px;
    }
   .weleagu .weleagu-wrap .minititle{
    width: 120%;
    position: relative;
    left: -5%;
   }
   .weleagu .weleagu-wrap .line1,.weleagu .weleagu-wrap .line2,.weleagu .weleagu-wrap .line3{
    display: block;
   }
   .weleagu .weleagu-wrap .strong{
    width: 60%;
    font-size: 15px;
   }
   .weleagu .weleagu-wrap .strong-text{
    margin-top: 5px;
    width: 100%;
    line-height: 20px;
   }
   .weleagu .weleagu-wrap h5{
    margin-bottom: 20px;
   }
   .weleagu .weleagu-btn a{
    box-sizing: border-box;
    width: 90%;
    border: 2px solid red;
    padding:3% 6%;
    font-size: 18px;
    display: inline-block;
    text-align: center;
   }
   .weleagu .weleagu-btn a::after{
    top: -3px;
    left: 5%;
    border-bottom: 1px solid black;
    border-right: 1px solid black;

   }
}





