@charset "UTF-8";

.border_box {
  border: solid 3px #e0e0e0;
  padding: 15px 20px;
}

.box_badge {
  display: flex;
  justify-content: space-between;
  width: min(1100px, 100%);
  margin: 0 auto;
  align-items: center;
}

.bl_img {
  justify-content: flex-end;
}

.bl_img img {
  padding-right: 10%;
}

.bl_txt p {
  font-size: 18px;
  font-weight: 600;
}
