@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h2 {
  font-size: 24px;
  line-height: 28px;
  color: #252424;
  font-weight: 600;
  margin-bottom: 32px;
}
p {
  color: #707070;
  margin-bottom: 0;
  strong {
    font-weight: 600;
  }
  a {
    color: #707070;
    text-decoration: underline;
    &:hover {
      color: #707070;
    }
  }
}
.bt-default {
  height: 38px;
  border: 0;
  outline: none;
  background: #252424;
  border-radius: 6px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  display: flex;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  &:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
