@import "https://fonts.googleapis.com/css2?family=Satisfy&display=swap";
@font-face {
  font-family: "Manus Smooth";
  src: url(../fonts/Manus_Smooth.ttf); }

.static_usp_cards__card {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
  margin-bottom: 3rem; }

.static_usp_cards__title {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #49515c;
  font-family: "Manus Smooth"; }

.static_usp_cards__text {
  font-size: 0.875rem; }
  .static_usp_cards__text p {
    margin-bottom: 0; }

.static_usp_cards__img {
  height: 10rem;
  border-radius: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box; }

.static_usp_cards__header {
  border: none; }

#static_usp_1 .card-deck {
  margin: 0 -15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#static_usp_1 .card-deck .card {
  margin: 0 0 1rem; }

@media (min-width: 576px) and (max-width: 767.98px) {
  #static_usp_1 .card-deck .card {
    -ms-flex: 0 0 48.7%;
    -webkit-box-flex: 0;
            flex: 0 0 48.7%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #static_usp_1 .card-deck .card {
    -ms-flex: 0 0 48.7%;
    -webkit-box-flex: 0;
            flex: 0 0 48.7%; } }

@media (min-width: 992px) {
  #static_usp_1 .card-deck .card {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
            flex: 0 0 24%; } }
