.about{
    display: block;
}
.about-background{
    position: absolute;
    margin-top: 300px;
    z-index: 0;
    width: 40%;
    left: 0px;
}

.about-title-box{
    margin: auto;
    margin-top: 80px;
    width: 150px;
    padding: 0;
}
.about-title{
    text-align: center;
    font-size: 36px;
    padding: 0;
}
.about-title-line{
margin-top: -5px;
 width: 100%;
 height: 4px;
 background-color: #FFD335;
}

.about-text-box{
    margin: auto;
    margin-top: 40px;
    max-width: 800px;
    padding: 0;
}
.about-text{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    padding: 0;
}
.about-info-row{
    position: relative;
    z-index: 2;
    margin-top: 80px;

}
.about-info-line{
    float: left;
    width: 4px;
    height: 100%;
    background-color: #FFD335;

}
.about-info-text-box{
    margin-left: 20px;
    float: left;
    width:95% ;
}
.about-info-title{
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
}
.about-info-text{
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
    width:95% ;
}
.about-info-dog{
    position: absolute;
    bottom: -100px;
    width: 500px;
    right: 50px;
}
.statistic-row{
    margin-top: 200px;
}
.statistic-box{
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}
.statistic-line{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height:80% ;
    width: 2px;
    background-color:#787878 ;
}
.statistic-gradient{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    background: linear-gradient(90deg, #FFCC17 -1.66%, #50C632 18.99%, #00A848 40.17%, #00855D 60.82%, #0A6977 79.88%, #2F4858 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.statistic-title{
    margin-top: -15px;
    font-weight: 700;
    font-size: 24px;
}



@media only screen and (max-width: 1400px) {
    .about-info-text-box{
        margin-left: 20px;
        float: left;
        width:90% ;
    }
    .about-info-dog{
        position: absolute;
        bottom: 0;
        width: 400px;
        right: 50px;
    }
    .about-background{
        position: absolute;
        margin-top: 400px;
        z-index: 1;
        width: 40%;
        left: 0px;
    }
    
}
@media only screen and (max-width: 1200px) {
    .about-info-text-box{
        margin-left: 20px;
        float: left;
        width:90% ;
    }
    .about-info-dog{
        position: absolute;
        bottom: 0;
        width: 400px;
        right: 0px;
    }
    .about-background{
        position: absolute;
        margin-top: 500px;
        z-index: 1;
        width: 40%;
        left: 0px;
    }
}
@media only screen and (min-width: 991px) {
    .about-info-dog-hidden{
        display: none;
    }
    .view{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .hidden{
        display: none;
    }
    .about-info-text-box{
        margin-left: 20px;
        float: left;
        width:90% ;
    }
    .about-info-dog{
        display: none;
    }
    .about-background{
        display: none;
    }
    .about-text{
        position: relative;
        z-index: 2;
        text-align: justify;
        font-size: 24px;
        padding: 0;
    }
    .about-info-dog-hidden{
        display: block;
        margin: auto;
    }
    .col-lg-5{
        margin-top: 30px;
    }
    .about-info-row{
        margin-top: 0px;
    
    }
}
@media only screen and (max-width: 767px) {
    .about-title-box{
        margin: auto;
        margin-top: 80px;
        width: 100px;
        padding: 0;
    }
    .about-title{
        text-align: center;
        font-size: 24px;
        padding: 0;
        font-weight: 600;
    }
    .about-text{
        margin: auto;
        position: relative;
        z-index: 2;
        text-align: justify;
        font-size: 20px;
        padding: 0;
        width: 90%;
    }
    .about-info-dog-hidden{
        display: block;
        margin: auto;
        width: 300px;
        margin-bottom: 50px;
    }
    .col-lg-5{
        margin-top: 30px;
    }
    .about-info-row{
        margin-top: 0px;
    
    }
    .about-info-text-box{
        margin-left: 20px;
        float: left;
        width:90% ;
    }
    .about-info-title{
        margin-top: 10px;
        font-weight: 600;
        font-size: 24px;
    }
    .about-info-text{
        text-align: justify;
        font-weight: 300;
        font-size: 20px;
        width:95% ;
    }
    .about-title-line{
        margin-top: -5px;
         width: 100%;
         height: 6px;
         background-color: #FFD335;
        }
    .about-info-line{
        float: left;
        width: 6px;
        height: 100%;
        background-color: #FFD335; 
        }
}
@media only screen and (max-width: 530px) {
    .statistic-row{
        margin-top: 80px;
    }
    .statistic-box{
        position: relative;
        float: left;
        width: 50%;
        text-align: center;
    }
    .statistic-line{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height:80% ;
        width: 2px;
        background-color:#787878 ;
    }
    .statistic-gradient{
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        background: linear-gradient(90deg, #FFCC17 -1.66%, #50C632 18.99%, #00A848 40.17%, #00855D 60.82%, #0A6977 79.88%, #2F4858 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .statistic-title{
        margin-top: -15px;
        font-weight: 700;
        font-size: 15px;
    }
}