#header{
  display: block !important;
  border-bottom: 1px solid #EDF4FC;
}
.salmal-wrap{
  background: #e4ECF7;
}

.salmal-wrap .inner{
  height: calc(100vh - 71px);
  width: 600px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(230, 245, 193, 0.40) -36.86%, #FFF 19.46%), #FFF;
  box-shadow: 0 0 30px 0 rgba(3, 44, 73, 0.08);
  padding: 0 100px;
  box-sizing: border-box;
  display:flex;
  align-items: center;
  flex-wrap: wrap;
}
.salmal-wrap .salmal-contents{

}
.salmal-wrap .title-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}

.salmal-wrap .title-wrap .text-wrap{
  
}
.salmal-wrap .title-wrap .text-wrap h6{
  margin: 0;
  padding: 5px 7px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  border-radius: 6px;
  background: var(--color-green-500, #0C8);
  width: fit-content;
}
.salmal-wrap .title-wrap .text-wrap h4{
  padding-top: 14px;
  color: var(--color-static-black, #11151C);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
.salmal-wrap .title-wrap .text-wrap h4 em{
  color: var(--color-green-700, #00B277);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.salmal-wrap .qr-wrap{
  border-radius: 8px;
  background: var(--color-neutral-100, #EDF4FC);
  padding: 7px 6px 5px;
}
.salmal-wrap .qr-wrap .qr-title{
  color: var(--color-neutral-600, #717D8E);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.11px;
  text-align: center;
}
.salmal-wrap .qr-wrap .qr-image{
  width: 96px;
}
.salmal-wrap .qr-wrap .qr-image img{
  width: 100%;
}
.salmal-wrap .img-wrap{
  width: 400px;
  margin: 0 auto;
}
.salmal-wrap .img-wrap img{
  width: 100%;
}