﻿
.hero-section-title {
  color: #fff;
}

.hero-section-content {
  color: #fff;
}
.pan-hero-section {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  height: 60.71428571428571vw;
  max-height: 412px;
  box-sizing: border-box;
}
.screen.pan-hero-section-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.col-6.hero-section-card:hover {
  background: #111b26;
  cursor: pointer;
}
.hero-section-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.section.hero-section-section {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
}
.hero-section-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 4.428571428571429vw 1.428571428571429vw;
}
.hero-section-content {
  margin: 0 0 20px;
}

@keyframes slide {
  from {
    transform: translate3d(-5200px,0,0);
  }

  to {
    transform: translate3d(0,0,0);
  }
}

@Media (min-width:1400px) {
  .hero-section-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.hero-section-card-title {
  color: #fff;
  font-size: 38px;
  padding: 62px 20px;
}
}

@Media (max-width:576px) {
.pan-hero-section {
  height: 100vh;
  max-height: unset;
}
}