/* 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, .recordMeeting .brandsUsers, .recordMeeting .videoeditingfeatures {
  padding: 70px 0;
}

@media screen and (min-width: 768px) {
  .spacing, .recordMeeting .brandsUsers, .recordMeeting .videoeditingfeatures {
    padding: 100px 0;
  }
}

.h2, .recordMeeting .brandsUsers h2, .recordMeeting .videoeditingfeatures 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, .recordMeeting .brandsUsers h2, .recordMeeting .videoeditingfeatures h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .h2, .recordMeeting .brandsUsers h2, .recordMeeting .videoeditingfeatures h2 {
    margin-bottom: 50px;
  }
}

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

.recordMeeting {
  overflow-x: hidden;
}

.recordMeeting .whyVmaker {
  background: #fafafa;
}

.recordMeeting .brandsUsers {
  background: #f0fffb;
}

.recordMeeting .brandsUsers p {
  font-size: clamp(15px, 4vw, 18px);
  margin: -60px auto 50px;
  line-height: 1.4;
  max-width: 830px;
  text-align: center;
}

.recordMeeting .brandsUsers .logos ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.recordMeeting .brandsUsers .logos ul li {
  width: 33.333%;
  padding: 50px 20px 0;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recordMeeting .brandsUsers .logos ul li img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.recordMeeting .brandsUsers .logos ul li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.recordMeeting .videoeditingfeatures h2 {
  margin-bottom: 30px;
}

.recordMeeting .videoeditingfeatures .item {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.recordMeeting .videoeditingfeatures .item:not(:last-of-type) {
  padding: 70px 0;
}

.recordMeeting .videoeditingfeatures .item > ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recordMeeting .videoeditingfeatures .item > ul li {
  width: 47%;
  min-height: 250px;
}

.recordMeeting .videoeditingfeatures .item > ul li p {
  margin: 0;
}

.recordMeeting .videoeditingfeatures .item > ul li p:first-of-type {
  margin: 0 0 8px;
}

.recordMeeting .videoeditingfeatures .item > ul li p a {
  color: #54536C;
  font-size: clamp(15px, 4vw, 18px);
  text-decoration: underline;
}

.recordMeeting .videoeditingfeatures .item > ul li p a:hover {
  color: #F47503;
  text-decoration: none;
}

.recordMeeting .videoeditingfeatures .item > ul li h2 {
  font-size: clamp(15px, 4vw, 18px);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  padding: 0px;
  margin: 0;
}

.recordMeeting .videoeditingfeatures .item > ul li ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}

.recordMeeting .videoeditingfeatures .item > ul li ul li {
  min-height: auto;
  width: 100% !important;
  line-height: 2;
  font-size: clamp(15px, 4vw, 18px);
  list-style-type: disc;
  margin-left: 25px;
}

.recordMeeting .videoeditingfeatures .item:nth-child(odd) > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recordMeeting .ctaHome h2 {
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  .recordMeeting .bannerWrap .desc p small {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .recordMeeting .videoeditingfeatures .item {
    padding: 45px 0;
  }
  .recordMeeting .videoeditingfeatures .item:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
  }
  .recordMeeting .videoeditingfeatures .item:last-of-type {
    padding-bottom: 0px;
  }
  .recordMeeting .videoeditingfeatures .item > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recordMeeting .videoeditingfeatures .item > ul li {
    width: 100%;
    min-height: auto;
  }
  .recordMeeting .videoeditingfeatures .item > ul li:first-of-type {
    margin-bottom: 25px;
  }
  .recordMeeting .videoeditingfeatures .item:nth-child(odd) > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recordMeeting .brandsUsers p {
    margin: -20px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .recordMeeting .videoeditingfeatures .item:not(:last-of-type) {
    padding: 40px 0;
  }
}

@media screen and (max-width: 579px) {
  .recordMeeting .brandsUsers p {
    margin: 0 0 40px;
  }
  .recordMeeting .brandsUsers .logos ul li {
    width: 45%;
  }
}
/*# sourceMappingURL=record-meeting.css.map */