.p_37_s244 .price_list_section_1 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_37_s244 .outerSec {
  padding: 10px;
  border-radius: 5px;
  background-color: var(--themeBg2);
}
.p_37_s244 .imgSec {
  line-height: 0px;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.p_37_s244 .contain {
  height: 100%;
  object-fit: contain;
}
.p_37_s244 .name {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  font-weight: 600;
  padding-top: 5px;
}
.p_37_s244 .uprSec {
  margin-bottom: 50px;
}
.p_37_s244 .mainHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--headingColor1);
  font-family: var(--hFont);
  margin-bottom: 5px;
}
.p_37_s244 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
}
.p_37_s244 .cardSec {
  background-color: var(--themeBg1);
  padding: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .p_37_s244 .price_list_section_1 {
    padding: 30px 0px;
  }
  .p_37_s244 .uprSec {
    margin-bottom: 30px;
  }
  .p_37_s244 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_37_s244 .grid2 {
    grid-template-columns: 1fr 1fr;
  }
  .p_37_s244 .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .p_37_s244 .name {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 900px) {
  .p_37_s244 {
    background-attachment: scroll;
  }
}
