@media screen and (min-width: 650px) {
.motal_crepe {
display: flex;
align-items: center;
justify-content: space-around;
}
.motal_crepe_img, .motal_crepe_text {
width: 40%;
}
.motal_crepe_title {
font-size: 2em;
text-align: center;
}
.motal_crepe_div1 {
font-size: 1.5em;
margin: 1em auto;
border-top: 2px solid #c56292;
border-bottom: 2px solid #c56292;
padding: 1em 0;
}
.price.motal_crepe_div2 {
font-size: 2em;
text-align: center;
}
.tag.motal_crepe_div3 {
text-align: center;
margin: 2em auto;
}
.tag.motal_crepe_div3 b {
font-size: 1em;
background-color: #ffe135;
color: #333;
border-radius: 3px;
font-weight: 500;
margin: .5em;
padding: 2%;
}
}



@media screen and (max-width: 650px) {
.motal_crepe_title {
font-size: 1.5em;
text-align: center;
margin-top: .5em;
}
.motal_crepe_div1 {
font-size: 1.2em;
margin: .5em auto;
border-top: 2px solid #c56292;
border-bottom: 2px solid #c56292;
padding: .5em 0;
}
.price.motal_crepe_div2 {
font-size: 2em;
text-align: center;
}
.tag.motal_crepe_div3 b {
font-size: 1em;
background-color: #ffe135;
color: #333;
border-radius: 3px;
font-weight: 500;
padding: 2%;
display: block;
width: fit-content;
margin: 0.5em auto;
white-space: nowrap;
}
.ip_flex {
display: flex;
justify-content: space-around;
align-items: center;
}
}




@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
      padding-top: 1% !important;
      padding-bottom: 1% !important;
    }
    .motal_crepe_img {
        width: 45%;
        margin: 0 auto;
      }
  }