#home-section-3-outer-container #what-we-do{
  position: relative;
}

.animated-rocket{
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media(max-width: 990px){
  .animated-rocket{
    display: none;
  }
}

.animated-rocket.aos-animate{
  opacity: 1;
}

#animate-rocket-outer-1{
  top: 233px;
  right: 177px;
  transform: rotate(-90deg);
}

@media(max-width: 1210px){
  #animate-rocket-outer-1{
    right: calc(2300vw / 50 - 1898px / 5);
  }
}

@media(max-width: 1160px){
  #animate-rocket-outer-1{
    top: calc(288777px / 169 - 21500vw / 169);
    right: calc(3500vw / 169 - 14574px / 169)
  }
}

#animate-rocket-1 {
  transform: rotate(0deg);
  transform-origin: -127% 60%;
  animation: rotate-rocket 8s infinite linear;
}

#animate-rocket-outer-2{
  top: 697px;
  left: 159px;
  transform: rotate(-90deg);
}

@media(max-width: 1210px){
  #animate-rocket-outer-2{
    left: calc(100vw / 2 - 446px);
  }
}

@media(max-width: 1160px){
  #animate-rocket-outer-2{
    top: calc(285993px / 169 - 14500vw / 169);
    left: calc(2300vw / 169 - 4034px / 169);
  }
}

#animate-rocket-2 {
  transform: rotate(0deg);
  transform-origin: -127% 60%;
  animation: rotate-rocket 8s infinite linear;
}

#animate-rocket-outer-3{
  top: 1259px;
  right: 177px;
  transform: rotate(-90deg);
}

@media(max-width: 1210px){
  #animate-rocket-outer-3{
    right: calc(2300vw / 50 - 1898px / 5);
  }
}

@media(max-width: 1160px){
  #animate-rocket-outer-3{
    top: calc(22167px / 13 - 500vw / 13);
    right: calc(3500vw / 169 - 14574px / 169)
  }
}

#animate-rocket-3 {
  transform: rotate(0deg);
  transform-origin: -127% 60%;
  animation: rotate-rocket 8s infinite linear;
}

@keyframes rotate-rocket{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(359deg);
  }
}

.animated-rocket-image{
  width: 100px;
}

@media(max-width: 1160px){
  .animated-rocket-image{
    width: calc(8.6vw - 0.213018px);
  }
}

#home-section-3-outer-container {
  overflow: hidden;
}