.section-text-l-imgcur-r{
margin-top:-60px;
}
.section-text-l-imgcur-r_container{
  display:flex;
  align-items: center;
    gap:4%;
}
.section-text-l-imgcur-r_text {
    width: 48%;
}
.section-text-l-imgcur-r_image {
  width:48%;
}
.section-text-l-imgcur-r_image img {
  width:100%;
}
.section-text-l-imgcur-r_image p{
  font-family: "Waterfall", cursive;
  color: #f5cc82;
  font-size: 144px;
  letter-spacing: -0.02em;
  margin:-20px 0 0 0;
  padding: 0 17px;
    text-align:right;
}
@media (max-width: 1200px){
  .section-text-l-imgcur-r {
      margin-top: 20px;
  }
  .section-text-l-imgcur-r_image p{
    font-size:120px;
  }
}
@media (max-width: 1024px){
  .section-text-l-imgcur-r_image p{
    font-size:89px;
  }

}
@media (max-width: 768px){
  .section-text-l-imgcur-r_container{
    flex-direction: column-reverse;
  }
  .section-text-l-imgcur-r_text,
  .section-text-l-imgcur-r_image{
    width:100%;
  }
   .section-text-l-imgcur-r_text{
     margin-top:30px;
}