﻿
.feature-4cards-title {
  color: #fff;
}

.feature-4cards-content {
  color: #fff;
}
.pan-feature-4cards {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  height: 60.71428571428571vw;
  max-height: 850px;
  box-sizing: border-box;
/*  -moz-transition: background 5s ease-in-out;
  -webkit-transition: background 5s ease-in-out;
  -ms-transition: background 5s ease-in-out;
  transition: background 5s ease-in-out;*/
}
.title.feature-4cards-section {
  color: #fff;
}
.screen.pan-feature-4cards-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.col-3.feature-4cards-card:hover {
  background: #111b26;
  cursor: pointer;
}
.col-3.feature-4cards-card {
  height: 20.35714285714286vw;
}

.feature-4cards-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.title.feature-4cards-section {
  font-size: 1.428571428571429vw;
}

.feature-4cards-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 1.42857143vw 1.42857143vw 3.57142857vw;
}
.feature-4cards-title, .feature-4cards-title h2 {width: 100%}
.feature-4cards-content {
  margin: 0 0 20px;
}
.col-3.feature-4cards-card {
  background: rgba(17, 27, 38,.5) !important;
}
.col-3.feature-4cards-card:hover {
  background: rgb(17, 27, 38) !important;
}
#page-wrapper .col-3.feature-4cards-card:hover::after {
  color: #f3752c;
}
@Media (min-width:1400px) {
.col-3.feature-4cards-card {
  height: 285px;
}
  .feature-4cards-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.feature-4cards-card-title {
  color: #fff;
  font-size: 38px;
  padding: 20px 20px 50px;
}
.title.feature-4cards-section {
  font-size: 20px;
}

}

@Media (max-width:576px) {
.pan-feature-4cards {
  height: 100vh;
  max-height: unset;
}
}