/* PAGINA COMO TRABALHAMOS */
.process-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* FLOAT WHATSAPP */
.float-whatsapp {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;

  position: fixed;
  bottom: 30px;
  right: 20px;

  z-index: 9;

  i {
    font-size: 25px;
    color: #FFF;
  }
}

@media screen and (max-width: 480px) {

  .img2.th-anim,
  .about-shape-1 {
    display: none;
  }

  .img-box1 {
    margin-right: 0;
  }

  .process-card-area:before {
    height: 100%;
  }

  .process-card:last-child {
    margin-bottom: 40px;
  }
}