.elementor .e-023f55c{width:50%;flex-direction:column;}.elementor .e-8d140b1{width:50%;margin:35px;flex-direction:column;order:99999;/* --------------- CODE FOR IMAGES ---------------- */
/* ----------- KEEP ROTATIONS ON MOBILE ----------- */

selector {
--offset-space: 25px; /* CHANGE TO YOUR MOBILE OFFSET SPACING */
}
selector img {
transition: transform 300ms ease-in-out 20ms;
}
/* CARD 1 */
selector .elementor-sticky--active:nth-of-type(1) img {
margin-bottom: calc(var(--offset-space) * 3);
}
/* CARD 2 */
selector .elementor-sticky--active:nth-of-type(3) img {
margin-bottom: calc(var(--offset-space) * 2);
transform: rotate(3deg);
}
/* CARD 3 */
selector .elementor-sticky--active:nth-of-type(5) img {
margin-bottom: var(--offset-space);
transform: rotate(6deg);
}
/* CARD 4 */
selector .elementor-sticky--active:nth-of-type(7) img {
transform: rotate(9deg);
}
@media (min-width: 768px) {
selector {
  --offset-space: 50px; /* CHANGE TO YOUR OFFSET SPACING */
}
}

/* --------------- CODE FOR IMAGES ---------------- */
/* --------- REMOVE ROTATIONS FROM MOBILE --------- */

selector {
--offset-space: 25px; /* CHANGE TO YOUR MOBILE OFFSET SPACING */
}

/* CARD 1 */
selector .elementor-sticky--active:nth-of-type(1) img {
margin-bottom: calc(var(--offset-space) * 3);
}
/* CARD 2 */
selector .elementor-sticky--active:nth-of-type(3) img {
margin-bottom: calc(var(--offset-space) * 2);
}
/* CARD 3 */
selector .elementor-sticky--active:nth-of-type(5) img {
margin-bottom: var(--offset-space);
}

@media (min-width: 768px) {
selector {
  --offset-space: 50px; /* CHANGE TO YOUR OFFSET SPACING */
}
selector img {
  transition: transform 300ms ease-in-out 20ms;
}
/* CARD 2 */
selector .elementor-sticky--active:nth-of-type(3) img {
  transform: rotate(3deg);
}
/* CARD 3 */
selector .elementor-sticky--active:nth-of-type(5) img {
  transform: rotate(6deg);
}
/* CARD 4 */
selector .elementor-sticky--active:nth-of-type(7) img {
  transform: rotate(9deg);
}
}


/* ------------- CODE FOR CONTAINERS -------------- */
/* ----------- KEEP ROTATIONS ON MOBILE ----------- */

selector {
--offset-space: 25px; /* CHANGE TO YOUR MOBILE OFFSET SPACING */
}
selector .elementor-sticky > div {
transition: transform 300ms ease-in-out 20ms;
}
/* CARD 1 */
selector .elementor-sticky--active:nth-of-type(1) > div {
margin-bottom: calc(var(--offset-space) * 3);
}
/* CARD 2 */
selector .elementor-sticky--active:nth-of-type(3) > div {
margin-bottom: calc(var(--offset-space) * 2);
transform: rotate(3deg);
}
/* CARD 3 */
selector .elementor-sticky--active:nth-of-type(5) > div {
margin-bottom: var(--offset-space);
transform: rotate(6deg);
}
/* CARD 4 */
selector .elementor-sticky--active:nth-of-type(7) > div {
transform: rotate(9deg);
}
@media (min-width: 768px) {
selector {
  --offset-space: 50px; /* CHANGE TO YOUR OFFSET SPACING */
}
}

/* ------------- CODE FOR CONTAINERS -------------- */
/* --------- REMOVE ROTATIONS FROM MOBILE --------- */

selector {
--offset-space: 25px; /* CHANGE TO YOUR MOBILE OFFSET SPACING */
}

/* CARD 1 */
selector .elementor-sticky--active:nth-of-type(1) > div {
margin-bottom: calc(var(--offset-space) * 3);
}
/* CARD 2 */
selector .elementor-sticky--active:nth-of-type(3) > div {
margin-bottom: calc(var(--offset-space) * 2);
}
/* CARD 3 */
selector .elementor-sticky--active:nth-of-type(5) > div {
margin-bottom: var(--offset-space);
}

@media (min-width: 768px) {
selector {
  --offset-space: 50px; /* CHANGE TO YOUR OFFSET SPACING */
}
selector .elementor-sticky > div {
  transition: transform 300ms ease-in-out 20ms;
}
/* CARD 2 */
selector .elementor-sticky--active:nth-of-type(3) > div {
  transform: rotate(3deg);
}
/* CARD 3 */
selector .elementor-sticky--active:nth-of-type(5) > div {
  transform: rotate(6deg);
}
/* CARD 4 */
selector .elementor-sticky--active:nth-of-type(7) > div {
  transform: rotate(9deg);
}
}\n}.elementor .e-5ada8ed{flex-direction:row;gap:80px;}.elementor .e-31f4a96{flex-direction:row;gap:35px;}.elementor .e-2cbbd13{flex-direction:column;}