.buy_material_section {
  position: relative; }
  .buy_material_section .areoi-background::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 220px;
    bottom: 14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FE9238;
    -webkit-filter: blur(175px);
            filter: blur(175px);
    opacity: .8; }
    @media screen and (max-width: 575px) {
      .buy_material_section .areoi-background::after {
        height: 420px;
        opacity: .6; } }
  .buy_material_section .container {
    position: relative;
    z-index: 2; }
  .buy_material_section h2 {
    margin-bottom: 25px; }
  .buy_material_section .program_card {
    margin-top: 45px; }

.price {
  font-weight: normal; }

.product-price {
  display: none; }
