@media (min-width: 769px) {
  .page-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 3rem 1.125rem;
    position: relative;
  }
  .page-container::before {
    content: " ";
    display: block;
    width: 10.0875rem;
    height: 5.425rem;
    background-image: url("/themes/simplebootx/Index/Public/img/message/mask.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .msg-list {
    padding-right: 1rem;
    position: relative;
    z-index: 2;
  }
  .msg-item {
    margin-bottom: 0.65rem;
  }
  .msg-item .label {
    margin-bottom: 0.075rem;
    color: #999;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .msg-item .value {
    color: #0D46A0;
    font-size: 0.475rem;
    line-height: 0.6625rem;
    font-weight: bold;
  }
  .msg-item a {
    color: inherit;
    font-size: inherit;
  }
  .msg-item:nth-child(even) .value {
    color: #FA8A00;
  }
  .msg-form {
    display: flex;
    flex-wrap: wrap;
    width: 10.375rem;
  }
  .msg-form .form-item {
    display: flex;
    width: calc(50% - 0.1875rem);
    background: #F6F6F6;
  }
  .msg-form .form-item:nth-child(even) {
    margin-left: 0.3625rem;
  }
  .msg-form .form-item:nth-child(2) ~ .form-item {
    margin-top: 0.3rem;
  }
  .msg-form .form-item.is-full {
    width: 100%;
    margin-left: 0;
  }
  .msg-form .form-submit {
    width: 3rem;
    height: 0.675rem;
    margin: 0.575rem auto 0;
    background: #0D46A0;
    color: #fff;
    font-size: 0.225rem;
    line-height: 0.325rem;
    font-weight: bold;
    cursor: pointer;
  }
  .msg-form input,
  .msg-form textarea {
    display: block;
    width: 100%;
    padding: 0.225rem;
    color: #333;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .msg-form input {
    height: 0.775rem;
  }
  .msg-form textarea {
    height: 1.875rem;
  }
  .msg-form input::placeholder,
  .msg-form textarea::placeholder {
    color: #666;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding: 1.5375rem 1.025rem;
    position: relative;
  }
  .page-container::before {
    content: " ";
    display: block;
    width: 100%;
    height: 10.2375rem;
    background-image: url("/themes/simplebootx/Index/Public/img/message/mask-sm.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 4.55rem;
  }
  .msg-list,
  .msg-form {
    position: relative;
    z-index: 2;
  }
  .msg-list {
    display: flex;
    flex-wrap: wrap;
  }
  .msg-item {
    width: 50%;
    margin-bottom: 1.275rem;
  }
  .msg-item .label {
    margin-bottom: 0.25rem;
    color: #999;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .msg-item .value {
    color: #0D46A0;
    font-size: 1.25rem;
    line-height: 1.9875rem;
    font-weight: bold;
  }
  .msg-item a {
    color: inherit;
    font-size: inherit;
  }
  .msg-item:nth-child(even) .value {
    color: #FA8A00;
  }
  .msg-item:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .msg-form {
    margin-top: 1.6625rem;
  }
  .msg-form .form-item {
    display: flex;
    width: 100%;
    margin-bottom: 0.9rem;
    background: #F6F6F6;
  }
  .msg-form .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.075rem;
    height: 2.95rem;
    margin: 1.5375rem auto 0;
    background: #0D46A0;
    color: #fff;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
    cursor: pointer;
  }
  .msg-form input,
  .msg-form textarea {
    display: block;
    width: 100%;
    padding: 0.9rem 1.025rem;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .msg-form textarea {
    height: 7.675rem;
  }
  .msg-form input::placeholder,
  .msg-form textarea::placeholder {
    color: #666;
  }
}