/* 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 {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .spacing {
    padding: 100px 0;
  }
}

.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 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 579px) {
  .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;
  }
}

.screencast .whyVmaker {
  background: #fafafa;
}
.screencast .whyVmaker h2 {
  max-width: 830px;
}
.screencast .helpCases {
  background: #fff;
}
.screencast .allInOne {
  background: #fafafa;
}
.screencast .allInOne h2 {
  margin-bottom: 30px;
}
.screencast .allInOne .flex {
  flex-wrap: wrap;
}
.screencast .allInOne .flex .item {
  width: 33.333%;
  margin-top: 70px;
  padding: 0px 10px;
}
.screencast .allInOne .flex .item .svg {
  text-align: center;
  margin-bottom: 40px;
}
.screencast .allInOne .flex .item .svg svg {
  height: 175px;
  width: auto;
}

@media (min-width: 320px) and (max-width: 768px) {
  .screencast .allInOne .flex .item {
    width: 100%;
  }
}

/*# sourceMappingURL=screencast.css.map */
