@charset "UTF-8";

.maxwid-800{
  max-width: 800px;
  margin: 0 auto;
}
.back_blue_txt{
  background: #9bcaed;
  color: #001e43;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  min-width: 260px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .back_blue_txt{
    font-size: 15px;
    min-width: 244px;
  }
}
