.Shop {
  margin: 30px 0px 50px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Shop
    .right_side_div
    .custom_col
    .Product_Info_Card_2_Section
    .Product_Info_Card_2 {
    box-shadow: 0px 3px 6px #00000029;
    border: none;
  }

  .Shop
    .right_side_div
    .custom_col
    .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .product_name {
    font-size: 14px;
  }

  .Shop
    .right_side_div
    .custom_col
    .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .pricing_div {
    align-items: start;
    flex-direction: column;
  }

  .Shop
    .right_side_div
    .custom_col
    .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .btn_holder
    .Blue_Btn,
  .Shop
    .right_side_div
    .custom_col
    .Product_Info_Card_2_Section
    .Product_Info_Card_2
    .lower_text_section
    .btn_holder
    .Red_Outline_Btn {
    padding: 9px;
    width: 120px;
  }
}

@media (min-width: 420px) and (max-width: 575px) {
  .Shop .right_side_div .custom_col {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .Shop .right_side_div .custom_col {
    width: 20%;
    padding: 0 8px;
  }
}
