.ourworks-box{
  width: 60%;
  justify-content: center;
  text-align: center;
}

.our-works-head{
  font-size: 30px;
  font-weight: 400;
  color: black;
}
.introduce{
  height: 250px;
  background-color:transparent;
  color: black;
}

.introduce:hover{
 
  color: black;
  text-decoration: none;
}

.flex-column-2{
  height: 100%;
  padding: 50px;
  width: 100%;
  align-items:center;
}
.text-gray{
  color: gray;
}
.pic{
    height: 170px;
    width: 70px;
    
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
  transform: scale(1.1);
}
.carousel-indicators .active{
  background-color: #46eeaa;
}
.carousel-indicators li{
  background-color: #c8e5ff;
}
.carousel-indicators{
  bottom: -50px;
}
.ourworks-box
p{
  font-size: 25px;
  color: #fff;
  font-weight: 700;   
}
.ourworks-box
h1{
  font-size: 45px;
  color: #f26b35;
  font-weight: 700;    margin-top: -20px;
}