.section_6 {
  padding: 40px 40px;
}
.section_6 .content_container {
  max-width: 100%;
  justify-content: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.section_6 .content_container .content {
  width: 100%;
}
.section_6 .content_container .content h2 {
  text-align: center;
}
.section_6 .content_container .content h3 {
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .section_6 {
    padding: 20px 20px;
  }
}
.section_6 {
  background-color: #1c85e9;
  padding: 20px;
}
.section_6 .copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
}
.section_6 .copyright div:first-of-type {
  margin-bottom: 10px;
}
.section_6 .copyright div a {
  color: #ffffff;
}
.section_6 .copyright div a:hover {
  color: #f0b40f;
}