/* TEMPLATE 03 */
.titleSnipet {
  display: none;
}

.hero-incMTY,
.content-incMTY {
  .link-button {
    border-color: #f86105;

    &:hover {
      border-color: #fff;
    }
  }
}

#carousel-006 {
  .item {
    .bg-white {
      min-height: 35dvh !important;
    }

    hr {
      border: 1px solid #cfe253;
      opacity: 0.8;
    }
  }
}

.card-incMTY {
  hr {
    border: 1px solid #cfe253;
    opacity: 0.8;
  }
}

#carousel-003 {
  .item {
    a {
      text-decoration: none;
      position: relative;
      left: 0;
      transition: 0.3s ease;
      i {
        position: relative;
        top: 2px;
      }

      &:hover {
        color: rgb(3, 2, 25) !important;
        left: 5px;
      }
    }

    hr {
      border: 1px solid #cfe253;
      opacity: 0.8;
    }
  }
}
