

.case-study-tasks{
  padding:90px 0 75px 0; 
}

.case-study-tasks h2 {
margin-bottom: 50px;
}
.case-study-tasks .box{
  margin-bottom:20px; 
}
.case-study-tasks .box .title {
    font-weight: 600;
  height:40px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.case-study-tasks .box .text-wrap{
  padding: 6%;
  text-align: center;
  border-radius: 0 0 0 20px;
  margin-bottom:40px;
  {# color: white;
   background: #29323c; #}
  color: #29323c;
  background: #e9e6e1;
}

.case-study-tasks .box .icon-wrap{
background: #29323c;
border-radius: 0 20px 0 0;
}

.icon{
  display: block;
  Margin: 0px auto;
  padding: 40px 0;
}



@media screen and (max-width:767px){
   .case-study-tasks .box .text-wrap {
    max-width: 297px;
    margin: auto;
  }
  .case-study-tasks .box {
    text-align: center;
    max-width:257px;
    margin:0 auto 20px auto;
  }
}