:root {
  --main-bg-color: #333;
  --white: #ffffff;
  --blue: linear-gradient(180deg, #198bff 0%, #033e9a 100%);
}
.m-wrap img {
  max-width: 100%;
}

.m-section {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.m-section .container,
.m-top .container {
  width: 100%;
  padding: 0 20px;
}
.container--desktop.container {
  padding: 0;
}
.m-video video {
  /* height: 200px; */
  height: auto;
}
.m-wrap {
  font-family: "Roboto", sans-serif;
  max-width: 2600px;
  margin: 0 auto;
  color: var(--white);
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-btn {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 210px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  padding: 17px 37px;
  border-radius: 4px;
  background-color: #e31235;
  margin: 0 auto;
}
.m-btn:hover {
  background-color: #bd0f2c;
  color: #ffffff !important;
}

/* @media (min-width: 768px) {
  .m-video video {
    height: 300px;
  }
} */

@media (min-width: 1024px) {
  .m-section .container {
    width: 940px;
    padding: 0;
    margin: 0 auto;
  }
  /* .m-video video {
    height: 450px;
  } */
  .m-wrap {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .m-section .container {
    width: 1228px;
  }
  .m-video__col {
    display: flex;
    justify-content: center;
  }
  .m-video video {
    /* height: 550px; */
    max-width: 1024px;
    margin: 0 auto;
  }
  .m-wrap {
    margin-bottom: 96px;
    margin-top: 96px;
  }
}
@media (min-width: 1600px) {
  .m-section .container {
    width: 1516px;
  }
}
