
.cm-content-with-video-wrapper {
  position: relative;
  padding: 56px 0 86px;
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#dedede 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#dedede 100%);
}

.cm-content-with-video-wrapper .cols-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.cm-content-with-video-wrapper .content-col {
  width: 100%;
}

.cm-content-with-video-wrapper .video-col  {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 0 20px;
}

.cm-content-with-video-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.cm-content-with-video-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-content-with-video-wrapper .content-col h2 {
  padding-bottom: 20px;
}

.cm-content-with-video-wrapper .buttons-group {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cm-content-with-video-wrapper .button-wrap {
  text-align: center;
}
.cm-content-with-video-wrapper .button-wrap + .button-wrap {
  margin-left: 20px;
}

.cm-content-with-video-wrapper .button-wrap a {
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "lato",sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  background: -webkit-linear-gradient(#f88730 0%,#d57429 100%);
  background: linear-gradient(#f88730 0%,#d57429 100%);
  text-align: center;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  width: auto;
  max-width: inherit;
  padding: 0 15px;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cm-content-with-video-wrapper .button-wrap a .btn-inn {
  background: -webkit-linear-gradient(#ffb277 0%,#f88730 100%);
  background: linear-gradient(#ffb277 0%,#f88730 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.cm-content-with-video-wrapper .button-wrap a:hover {
  color: #fff;
  text-decoration: none;
}
.cm-content-with-video-wrapper .button-wrap a:hover .btn-inn {
  opacity: 1;
}

.cm-content-with-video-wrapper .class-btns-group ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cm-content-with-video-wrapper .class-btns-group ul li {
  border: 2px solid #028e33;
  border-radius: 15px;
  min-height: 37px;
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #028e33;
  text-align: center;
  margin: 8px 0 0;
}
.cm-content-with-video-wrapper .class-btns-group ul li+li {
  margin-left: 8px;
}
.cm-content-with-video-wrapper .class-btns-group ul li a {
  text-decoration: none;
  color: #028e33;
}
.cm-content-with-video-wrapper .class-btns-group ul li i {
  font-size: 14px;
}
.cm-content-with-video-wrapper .class-btns-group ul li span {
  margin-left: 7px;
  text-transform: uppercase;
}

.cm-content-with-video-wrapper .fa-chalkboard-teacher:before {
  content: "\f51c";
}
.cm-content-with-video-wrapper .fa-globe:before {
  content: "\f0ac";
}
.cm-content-with-video-wrapper .fa-industry:before {
  content: "\f275";
}
.cm-content-with-video-wrapper .fa-warehouse:before {
  content: "\f494";
}
.cm-content-with-video-wrapper .fa-check-double:before {
  content: "\f560";
}

.cm-content-with-video-wrapper .class-btns-group ul li.disabled {
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.cm-content-with-video-wrapper .class-btns-group ul li.disabled a {
  color: #d1d1d1;
  cursor: auto;

}

@media screen and (min-width: 1025px) {
  .cm-content-with-video-wrapper .cols-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .cm-content-with-video-wrapper .content-col {
    width: 62%;
  }
  .cm-content-with-video-wrapper .video-col  {
    width: 34%;
    margin: 0;
  }
  .cm-content-with-video-wrapper .buttons-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .cm-content-with-video-wrapper .button-wrap + .button-wrap {
    margin-left: 0;
    padding-left: 10px;
  }
  .cm-content-with-video-wrapper .button-wrap a {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cm-content-with-video-wrapper .class-btns-group ul {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .cm-content-with-video-wrapper .class-btns-group ul li {
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .cm-content-with-video-wrapper .class-btns-group ul li+li {
    margin-left: 12px;
  }
  .cm-content-with-video-wrapper .class-btns-group ul li i {
    font-size: 16px;
  }
  .cm-content-with-video-wrapper .class-btns-group ul li span {
    margin-left: 7px;
  }
}

@media screen and (max-width: 1024px) {
  .cm-content-with-video-wrapper .content-col h2 {
    line-height: 24px;
    font-size: 20px;
  }
  .cm-content-with-video-wrapper .content-col p {
    font-size: 14px;
    line-height: 20px;
  }
  .cm-content-with-video-wrapper .class-btns-group {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .cm-content-with-video-wrapper .buttons-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
  .cm-content-with-video-wrapper .button-wrap + .button-wrap {
    margin-left: auto;
    margin-right: auto;
}
}