/* Mixin */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
}

body {
  color: #54536C;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
}

@media screen and (min-width: 991px) {
  .navbar .custom_container, footer .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.spacing, .videoEmails .reviews {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .spacing, .videoEmails .reviews {
    padding: 100px 0;
  }
}

.h2, .videoEmails .helpCases h2 {
  color: #54536C;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .h2, .videoEmails .helpCases h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .h2, .videoEmails .helpCases h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 579px) {
  .h2, .videoEmails .helpCases h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sub-h2 {
  color: #54536C;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-h2 {
    font-size: 24px;
  }
}

.videoEmails {
  overflow-x: hidden;
}
.videoEmails .helpCases {
  background: #fafafa;
}
.videoEmails .helpCases h2 {
  margin-bottom: 50px;
}
.videoEmails .helpCases .flex .item .graphics img {
  max-height: 178px;
  width: auto;
}
.videoEmails .how {
  background: #fafafa;
}
.videoEmails .how h2 {
  margin-bottom: 15px;
}
.videoEmails .how p {
  text-align: center;
  margin-bottom: 60px;
}
.videoEmails .reviews {
  background: #fff;
}
.videoEmails .reviews .carousel {
  max-width: inherit;
}
.videoEmails .reviews .carousel#crowd .carousel-item img {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.videoEmails .reviews .carousel .carousel-control-next, .videoEmails .reviews .carousel .carousel-control-prev {
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .videoEmails .helpCases h2 {
    margin-bottom: 0px;
  }
  .videoEmails .helpCases .flex .item {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 579px) {
  .videoEmails .helpCases .flex .item {
    max-width: 100%;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .videoEmails .bannerWrap .flex {
    padding: 100px 0px 60px;
  }
  .videoEmails .helpCases {
    padding: 70px 0 20px;
  }
  .videoEmails .how {
    padding: 70px 0 50px;
  }
  .videoEmails .how ul {
    margin: 0;
  }
  .videoEmails .how ul li {
    width: 100%;
    margin-bottom: 0px;
  }
  .videoEmails .how ul li:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .videoEmails .how ul li .count {
    margin-bottom: 10px;
  }
  .videoEmails .whyVmaker {
    padding: 70px 0;
  }
  .videoEmails .faqs {
    padding: 70px 0;
  }
  .videoEmails .reviews {
    padding: 70px 0 30px;
  }
}

/*# sourceMappingURL=video-emails.css.map */
