.impact_in_action {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 160px;
  padding-top: 10px;
  position: relative;
  bottom: -65px;
  opacity: 0;
  transition: opacity 0.5s;
  transition-timing-function: ease-in-out;
}

.fade_in {
  opacity: 1;
}

@keyframes fade_in{
    0% {opacity:0;}
    50% {opacity:.5;}
    100% {opacity:1;}   
}

@keyframes bounce {
    0% {font-size:20px;opacity:0;}
    50% {font-size:30px;opacity:1;}
    100% {font-size:63px;opacity:1;}
}

.iia_section_items  div:nth-child(1){
    animation-name: bounce;
    animation-duration: 2s;
}

.impact_in_action div:nth-child(1) {
  font-family: oswald_reg;
  color: #fff;
  font-size: 24px;
}

.iia_section div:nth-child(1) {
  font-size: 63px;
  font-family: Times New Roman;
  color: #fdea0dff;
}

.iia_section_items {
  display: flex;
  justify-content: center;
  gap: 90px;
}

.iia_section div:nth-child(2) {
  font-size: 24px;
  color: #fff;
  font-family: oswald_reg;
}
