.layout {
z-index: 10;
    position: relative;
}
.receipt_img {

    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
body{background-image:none;}
@media only screen and (max-width: 767px) { 
 .pagename {
        font-size: 34px;
        line-height: 50px;
}
.recol, .recul {
font-size: 16px;}
.rechtader {
font-size: 34px;}
.pr_n {font-size: 16px;
font-weight: 600;}
.receipt_img {
  width: 100%;
  height:auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.col-md-4 {
    min-height: auto;
}
.menu-container__item {
  display: block;
  position: relative;
      margin-bottom: 0px;
}

    .pagecontainer {
        padding-top: 90px;

}

}
