.prod_quat_ctrl {
  position: relative;
  padding: 64px 0; }
  @media screen and (max-width: 751px) {
    .prod_quat_ctrl {
      padding-bottom: 32px; } }
  @media screen and (max-width: 751px) {
    .prod_quat_ctrl .row.mt-80 {
      margin-top: 64px; } }
  @media screen and (max-width: 751px) {
    .prod_quat_ctrl .col-md-6.col-xs-12 {
      margin: 0 8px 16px; } }
  .prod_quat_ctrl .outer_wrapp {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(155, 181, 194, 0.7);
    border-radius: 10px;
    min-height: 448px;
    padding: 16px;
    position: relative;
    height: 100%; }
    .prod_quat_ctrl .outer_wrapp .prod_quat_ctrl_info_wrapp {
      padding: 16px; }
      .prod_quat_ctrl .outer_wrapp .prod_quat_ctrl_info_wrapp:before {
        content: '';
        position: absolute;
        top: 16px;
        left: 16px;
        height: calc(100% - 32px);
        width: calc(100% - 32px);
        border: 1px solid #AECEF5;
        border-radius: 10px; }
      .prod_quat_ctrl .outer_wrapp .prod_quat_ctrl_info_wrapp h5 {
        color: #46515C;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px; }
      .prod_quat_ctrl .outer_wrapp .prod_quat_ctrl_info_wrapp p {
        color: #46515C;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
