.panels .panel {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
}
.panels .panel-gradient {
  z-index: 1;
  background: linear-gradient(180deg, rgba(43, 50, 78, 0.96), rgba(48, 53, 76, 0.2), #434343);
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.panels .panel-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .panels .panel-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .panels .panel-content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.panels .panel-title {
  display: inline-block;
  background-color: #ffffff;
  color: #000;
  border-radius: 13px;
  padding: 13px;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
@media (min-width: 992px) {
  .panels .panel-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .panels .panel-title {
    font-size: 4.3rem;
    line-height: 4.3rem;
  }
}
.panels .panel-text {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .panels .panel-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
/*# sourceMappingURL=../../../dist/css/maps/elements/panels.css.map */
