/* Mixin */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  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;
  }
}

.webcamRecroder {
  overflow: hidden;
}

.webcamRecroder .bannerWrap {
  display: block;
}

.webcamRecroder .helpCases {
  background: #fafafa;
}

.webcamRecroder .whyVmaker {
  background: #fafafa;
}
/*# sourceMappingURL=webcam-recorder.css.map */