.text .test{

    background-image: url(/assets/images/about/text/parallax-bg.webp);

    background-size: cover;

    font-family: "Roboto", sans-serif;

}

.text .test .jus{

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.text .test .jus .box{

    width: 45%;

    margin: 15px;

    

}

.text .test .jus .box img{

    width: 100%;

}

.text .test .jus .box .num span{

    color: #525252;

    font-size: 17px;

    font-weight: 700;

}

.text .test .jus .box .num i{

 color: #7cc000;

 font-size: 12px;

}

.text .test .jus .box  h1{

    color: #323232;

    font-size: 50px;

    font-size: 900;

}

.text .test .jus .box  .para{

    color: #525252;

    font-size: 21px;

    font-weight: 700;

    font-style: italic;

    padding-left: 30px;

    font-family: "Merriweather", serif;

    border-left: 4px solid #7cc000;

    line-height: 29px;

}

.text .test .jus .box  p{

    color: #525252;

    font-family: "Roboto", sans-serif;

    font-size: 18px;

    font-weight: 700;

    padding-block: 25px 0px;

}

.text .test .jus .box .bts{

    /* height: 40px; */

    padding: 12px 10px;

    color: #fff;

    letter-spacing: 2.5px;

    background-color: #7cc000;

    position: relative;

    border: none;

    font-weight: 550;

    border-radius: 20px;

    margin: 33px 0px;

}