#class1{
    margin: 0 auto;
}


.ourworks-box{
    width: 60%;
    justify-content: center;
    text-align: center;
}



.flex-column-2{
    height: 80%;
    width: 80%;
    align-items:center;
    margin: 0 auto;
}
.text-gray{
    color: gray;
}
.pic{
    width: 80%;
    margin: 0 auto;
   
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
    transform: scale(1.1);
}
.slidersize{
    width: 80% !important;
}
#sliderproducttp h1{
    padding-top: 50px;
    font-size: 40px;
    color: #eeb65b;
}
#sliderproducttp img{
    width: 35%;
    margin-top: -40px;
}
#sliderbtn{
    margin-top: 100px;
    
}