*{
    padding: 0;
    margin: 0;
}
.load_page .banner{
    background-image: url(/assets/images/home/banner/banner6.png);
    background-size: cover;
}
.load_page .banner .box {
    width: 58%;
    margin-left: 30px;
    padding: 100px 0px;
}
.load_page .banner .box .new{
    position: relative;
}
.load_page .banner .box .new .see{
    position: absolute;
    top: 25%;
    left: 25px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 3;
    font-weight: 650;
}
.load_page .banner .box .til h1{
    color: #333333;
    font-size: 4.0625rem;
    font-weight: 700;
    padding: 15px 0px;
}
.load_page .banner .box .til span{
    color: #81c408;
}

.load_page .banner .box .text p{
    color: #7c7e7e;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 30px;
}
.load_page .banner .box .btn{
    background-color: #7cc000;
    margin: 15px 0px;
        padding: 10px 0px;
    width: 150px;
    border-radius: 5px;
}
.load_page .banner .box .btn button{
    height: auto;
    width: 100%;
    color: #fff;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    letter-spacing: 2.5px;
    background-color: #7cc000;
    border: none;
    font-family: math;
    font-weight: 600;
    /* font-weight: 550;
    font-size: 20px; */
}

@media(max-width:440px){
    .load_page .banner .box .btn{
        width: 80%;
    }
}
@media(max-width:388px){
    .load_page .banner .box .new .see{
    top: 30%;
    left: 33px;
    font-size: 17px;
    }
}