.impactfull_container {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 25px;
  padding-left: 45px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.impactfull_container::-webkit-scrollbar {
  display: none;
}
.impactfull_title {
  margin-left: 75px;
  font-size: 30px;
  font-weight: 700;
}

.impactfull_title_ar {
  padding-right: 75px;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: right;
}

.impactfull_container {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 25px;
  padding-left: 45px;
}
.first_div_impactfull {
  margin-left: 25px;
  margin-right: 25px;
  min-height: 175px;
  min-width: 200px;
  max-height: 175px;
  max-width: 200px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 20px;
}
.back_color_1{
  background-color: rgba(83, 145, 237, 1); 
}
.back_color_2{
  background-color: rgba(95, 66, 176,1); 
}
.back_color_3{
  background-color: rgba(39, 59, 74, 1); 
}
.back_color_4{
  background-color: rgba(21, 138, 19, 1); 
}
.back_color_5{
  background-color: rgba(255, 85, 26, 1); 
}
.back_color_6{
  background-color: rgba(55, 20, 153, 1); 
}
.back_color_7{
  background-color: rgba(77, 119, 151, 1); 
}
.back_color_8{
  background-color: rgba(197, 48, 66, 1); 
}
.back_color_9{
  background-color: rgba(211, 152, 62, 1); 
}
.impactfull_icons {
  max-width: 82px;
  max-height: 82px;
}
.impactfull_phrase {
  margin-right: 0px;
  margin-top:0px;
}
@media only screen and (max-width: 767px) {
  .impactfull_container {
    display: flex;
    overflow-x: scroll;
    padding-left: 8px;
  }
  .impactfull_title {
    margin-left: 16px;
    font-size: 20px;
  }
  .impactfull_title_ar {
    padding-right: 16px;
    font-size: 20px;
  }
  .impactfull_container {
    padding-left: 12px;
  }
  .first_div_impactfull {
    margin-left: 7px;
    margin-right: 7px;
    min-height: 100px;
    min-width: 150px;
    max-height: 100px;
    max-width: 150px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
  }
  .impactfull_icons {
    max-width: 40px;
    max-height: 40px;
  }
  .impactfull_phrase {
    margin: 0px;
    margin-top: 7px;
  }
}
