.product-tours-hero {
  padding: 64px 0;
  background-image: url('/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/product-tour/mpt_background.webp');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  color: #76a2bc;
  display: flex;
  align-items: center;
  width: 100%;
  height: 404px;
}

.product-tours-featured {
  position: relative;
}

.product-tours-featured__item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.05), 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.product-tours-featured__figure {
  position: relative;
  width: 45%;
  min-width: 45%;
  height: 100%;
  min-height: 400px;
}

.product-tours-featured__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-tours-featured__cont {
  flex-grow: 1;
  padding: 24px 60px;
}

.product-tours-featured__button {
  padding-right: 48px;
  padding-left: 48px;
}

@media (max-width: 1400px) {
  .platform-overview-hero__title~.p--xlarge {
    margin-right: 50px;
  }
}

@media (max-width: 1350px) {
  .platform-overview-hero__title {
    margin-right: 40px;
  }
}

@media (max-width: 1280px) {
  .platform-overview-hero__title {
    margin-right: 0;
  }

  .platform-overview-hero__title~.p--xlarge {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .product-tours-featured__cont {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .product-tours-featured__item {
    display: block;
  }

  .product-tours-featured__figure {
    width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 70%;
  }

  .product-tours-featured__cont {
    padding: 24px;
  }
}

.product-tours-list__cont .grid-col {
  margin-bottom: 62px;
  min-height: 100%;
}

.product-tours-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  max-height: 314px;
  text-align: center;
  padding: 24px 13px 13px 13px;
  max-width: 432px;
  flex-shrink: 0;
  transition-duration: 0.125s;
  transition-property: box-shadow, transform;
}

.product-tours-card:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #dde1e9;
  transform: translateY(-4px);
}

.product-tours-card__title {
  height: 63px;
  position: relative;
  z-index: 3;
}

.product-tours-card__figure {
  position: relative;
  background-position: center 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 599.98px) {
  .product-tours-card {
    margin: 20px auto;
  }

  .product-tours-list__cont .grid-col {
    margin-bottom: initial;
  }

  .product-tours-category {
    width: calc(100% - 64px);
  }

  .product-tours-category__item {
    padding: 0 19px;
    font-size: 18px;
    line-height: 44px;
  }
}