.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

@media (max-width: 767.98px) {
    .mobile-small{
        color:#676a6c !important;
        font-size: 0.7rem !important;
    } 
    /* margin-bottom */

    .mb-10-mob{
        margin-bottom: 10px !important;
    }
    .mb-15-mob{
        margin-bottom:15px !important;
    }
    .mb-20-mob{
        margin-bottom:20px !important;
    }
    /* margin-top */
    .mt-10-mob{
        margin-top:10px !important;
    }
    .mt-15-mob{
        margin-top:15px !important;
    }
    .mt-20-mob{
        margin-top:20px !important;
    }
}
/* ------------------------- */
.pp-0{
    padding: 0px !important;
}
.mm-0{
    margin: 0px !important;
}
.pb-10{
    padding-bottom:15px !important;
}
/* margin-top */
.mt-10{
    margin-top:10px !important;
}
.mt-15{
    margin-top:15px !important;
}
.mt-20{
    margin-top:20px !important;
}
/* margin-right */
.mr-5{
    margin-right:5px !important;
}
.mr-10{
    margin-right:10px !important;
}
/* margin-bottom */
.mb-0{
    margin-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom:15px !important;
}
.mb-20{
    margin-bottom:20px !important;
}

 