/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-video__field-single-cta a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-video__field-single-cta a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.paragraph-video {
  background-color: #fff;
}
.paragraph-video__wrapper {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .paragraph-video__wrapper {
    max-width: 1146px;
    padding: 80px 15px 70px;
    margin: 0 auto;
  }
}
.paragraph-video__field-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .paragraph-video__field-title {
    margin-bottom: 20px;
  }
}
.paragraph-video h2,
.paragraph-video .tit-section {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #202020;
}
@media (min-width: 768px) {
  .paragraph-video h2,
.paragraph-video .tit-section {
    font-size: 30px;
  }
}
.paragraph-video__field-description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .paragraph-video__field-description {
    margin-bottom: 40px;
  }
}
.paragraph-video__field-description p {
  font-size: 13px;
  line-height: 1.8;
  color: #404040;
}
@media (min-width: 768px) {
  .paragraph-video__field-description p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.paragraph-video__field-remote-video {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .paragraph-video__field-remote-video {
    margin-bottom: 40px;
  }
}
.paragraph-video__field-footer-description p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #202020;
}
@media (min-width: 768px) {
  .paragraph-video__field-footer-description p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.paragraph-video__footer {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.paragraph-video__footer div {
  display: inline-block;
}
.paragraph-video__field-single-cta {
  margin-left: 5px;
}
.paragraph-video__field-single-cta a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .paragraph-video__field-single-cta a {
    font-size: 16px;
    font-weight: 700;
  }
}

/*# sourceMappingURL=video.css.map */
