.container-all {
  height: 100vh;
}

.wrapper.column {
  height: 100%;
}

.marketing {
  height: 82%;
}

.marketing {
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #505050;
}
.marketing .profile {
  display: flex;
  color: white;
  align-self: flex-start;
  position: absolute;
  right: 10px;
}
.marketing .profile img {
  height: 70px;
  width: 70px;
  margin-right: 15px;
  object-fit: contain;
}
.marketing .profile .name {
  font-size: 30px;
  padding-right: 15px;
}
.marketing .content {
  color: white;
}
.marketing .all-pages {
  max-width: 800px;
  margin: auto;
}
.marketing .all-pages .owl-carousel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70%;
}
.marketing .all-pages .owl-carousel .owl-nav button {
  position: absolute;
  top: 82px;
  background-image: url("../../images/publishers/icons/Path.png") !important;
  background-size: contain;
  width: 38px;
  height: 43px;
  background-repeat: no-repeat !important;
}
.marketing .all-pages .owl-carousel .owl-nav button.owl-prev {
  right: -85px;
  top: 70px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.marketing .all-pages .owl-carousel .owl-nav button.owl-next {
  left: -85px;
  top: 80px;
}
.marketing .all-pages .owl-carousel .owl-nav button:focus {
  outline: none;
}
.marketing .all-pages .owl-carousel .owl-nav button span {
  display: none;
}
.marketing .all-pages .box img {
  background-size: contain;
  background-repeat: no-repeat;
  height: 220px;
  width: 140px;
  padding-top: 15px;
}
.marketing .all-pages .box span {
  height: 30px;
  font-size: 20px;
}

/*# sourceMappingURL=single-marketing.css.map */
