.result_title {
  width: 100%;
  margin-bottom: 30px;
}

.reslt_msg {
  width: 100%;
  aspect-ratio: 180/70;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  background-image: url(../images/result_msg_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.result_msg_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}