

@media screen and (max-width: 767px){

  .beliveInEdithing-detail__content p{
    margin-bottom: 1.875rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2;
    color: #383838;
  }
  .beliveInEdithing-detail__content h2{

    margin-bottom: 1.9375rem;
    background-image: url("../images/beliveInEdithing-detail/beliveInEdithing-detail-title-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5;
    color: white;
    padding: 0 0.25rem;

  }

  .beliveInEdithing-detail__content>p+h2{
    margin-top:2.5rem;
  }
}


@media screen and (min-width: 768px){
  .beliveInEdithing-detail__content p{
    font-size:0.9375rem;;
    line-height:30px;
    margin-top: 2.5rem;
  }
  .beliveInEdithing-detail__content h2{

    background-image: url("../images/beliveInEdithing-detail/beliveInEdithing-detail-title-bg.webp");
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: white;
    margin-bottom: 2.5rem;
    font-size: 1.625rem;
    line-height: 1.3461538462;
    padding: 0 1.25rem;

  }

  .beliveInEdithing-detail__content>p+h2{
    margin-top:2.5rem;
  }
}