.cubic-animation {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.left-animation {
  transition: all 0.4s ease-in-out;
}
