[fc-trail-image=list] img {
	opacity: 0;
  	position: absolute;
	will-change: transform;
  	pointer-events: none;
	max-width: none;
}


.easter_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
  }

  .colomba {
    width: 50%;
    max-width: 600px;
  }

  .contentColomba {
    width: 50%;
    text-align: left;
  }

  .colombaBtn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    text-align: center;
    background-color: var(--brand--primary);;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
	margin-top: 20px;
	border-radius: 100vw;
	border-style: solid;
  }

  .colombaBtn:hover {
    background-color: rgb(235 2 141);
  }

  @media screen and (max-width: 991px) {
    .easter_section {
      flex-direction: column;
      text-align: center;
    }

    .colomba {
      width: 100%;
    }

    .contentColomba {
      width: 100%;
      text-align: center;
    }
  }