/**
* Custom colors
* Name That Color
**/
.container-card-image {
  position: relative;
}
.container-card-image .card-item img {
  border-radius: 8px 8px 8px 24px;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .container-card-image .card-item img {
    height: 460px;
  }
}
.container-card-image .text-area-banner {
  position: absolute;
  padding: 24px;
  bottom: 48px;
  max-width: 440px;
}
.container-card-image .text-area-banner.position-start {
  left: 0;
  border-radius: 0 24px 8px 0;
  margin-right: 64px;
}
@media (max-width: 768px) {
  .container-card-image .text-area-banner.position-start {
    left: 16px;
  }
}
.container-card-image .text-area-banner.position-center {
  left: 50%;
  border-radius: 24px 24px 8px 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .container-card-image .text-area-banner.position-center {
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 48px;
  }
}
.container-card-image .text-area-banner.position-end {
  right: 0;
  border-radius: 24px 0 0 8px;
  margin-left: 64px;
}
@media (max-width: 768px) {
  .container-card-image .text-area-banner.position-end {
    right: 16px;
  }
}
.container-card-image .text-area-banner span {
  font-size: 3rem;
  font-weight: 700;
  color: #393939;
}
@media (max-width: 768px) {
  .container-card-image .text-area-banner span {
    font-size: 1.75rem;
  }
}
.container-card-image .text-area-banner p {
  font-size: 1.25rem;
  color: #393939;
}
@media (max-width: 768px) {
  .container-card-image .text-area-banner p {
    font-size: 0.875rem;
  }
}
.container-card-image .text-area-banner.text-white span,
.container-card-image .text-area-banner.text-white p {
  color: #FFFFFF !important;
}
.container-card-image .text-area-banner a {
  min-width: 140px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #393939 !important;
  font-weight: 600;
  font-size: 0.813rem;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .container-card-image .text-area-banner a {
    margin-top: 24px;
  }
}

.container-card-image.bannerInCarousel {
  padding: 0;
}
.container-card-image.bannerInCarousel .card-item img {
  border-radius: 8px 8px 24px 8px;
  height: 600px;
}
@media (max-width: 768px) {
  .container-card-image.bannerInCarousel .card-item img {
    height: 460px;
  }
}
.container-card-image.bannerInCarousel .text-area-banner.position-start {
  left: 0;
  margin-right: 64px;
}
.container-card-image.bannerInCarousel .text-area-banner.position-end {
  right: 0;
  margin-left: 72px;
}
.container-card-image.bannerInCarousel .text-area-banner span {
  font-size: 1.5rem;
}
.container-card-image.bannerInCarousel .text-area-banner p {
  font-size: 0.875rem;
}

.container-text-wrapper .text-wrapper {
  border-radius: 24px 8px 8px 8px;
  margin: 128px 0;
  padding: 24px;
}
@media (max-width: 768px) {
  .container-text-wrapper .text-wrapper {
    text-align: center;
  }
}
.container-text-wrapper .text-wrapper a {
  color: #393939 !important;
  font-weight: 600;
  font-size: 0.813rem;
}
@media (max-width: 768px) {
  .container-text-wrapper .text-wrapper a {
    width: 100%;
    margin-top: 16px;
  }
}
.container-text-wrapper .text-area-banner {
  max-width: 80%;
  gap: 24px;
}
@media (max-width: 768px) {
  .container-text-wrapper .text-area-banner {
    max-width: 100%;
    gap: 8px;
  }
}
.container-text-wrapper .text-area-banner span {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.75rem;
  color: #393939;
}
.container-text-wrapper .text-area-banner p {
  font-size: 0.875rem;
  color: #393939;
}
.container-text-wrapper .text-area-banner.text-white span,
.container-text-wrapper .text-area-banner.text-white p {
  color: #FFFFFF !important;
}
