/* 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, .yt_recorder .recordLive, .yt_recorder .createOwn {
  padding: 70px 0;
}

@media screen and (min-width: 768px) {
  .spacing, .yt_recorder .recordLive, .yt_recorder .createOwn {
    padding: 100px 0;
  }
}

.h2, .yt_recorder .recordLive h2, .yt_recorder .createOwn 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, .yt_recorder .recordLive h2, .yt_recorder .createOwn h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .h2, .yt_recorder .recordLive h2, .yt_recorder .createOwn h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 579px) {
  .h2, .yt_recorder .recordLive h2, .yt_recorder .createOwn 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;
  }
}

.yt_recorder {
  overflow-x: hidden;
}

.yt_recorder .allInOne, .yt_recorder .how {
  background: #fafafa;
}

.yt_recorder .recordLive .flex {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yt_recorder .recordLive .flex .col {
  max-width: 45%;
}

.yt_recorder .recordLive .flex .col p {
  font-size: clamp(18px, 4vw, 18px);
  line-height: 1.5;
}

.yt_recorder .recordLive .flex .col img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.yt_recorder .helpCases .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yt_recorder .createOwn h2 {
  margin-bottom: 20px;
}

.yt_recorder .createOwn p {
  color: #54536C;
  font-size: clamp(18px, 4vw, 18px);
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 950px;
}

.yt_recorder .createOwn p:not(:last-of-type) {
  margin: 0 auto 70px;
}

.yt_recorder .createOwn p a {
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .yt_recorder .recordLive .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .yt_recorder .recordLive .flex .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .yt_recorder .recordLive .flex .col p {
    text-align: center;
  }
  .yt_recorder .recordLive .flex .col:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .yt_recorder .recordLive .flex .col:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 991px) {
  .yt_recorder .allInOne h2 {
    margin-bottom: 100px;
  }
  .yt_recorder .allInOne h2 + p {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=youtubescreen.css.map */