@charset "UTF-8";
/*
Theme Name: Fullstack
Author: fulstackagency.it
Author URI: http://fulstackagency.it
Description:  Fullstack starter theme
Version: 1
*/


.badge-container .badge {
    border: 1px solid #000;
    background-color: #fff;
    padding: 1rem;
    color: #333;
    cursor: default;
}
figure {
    width: 100%;
}
figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card {
  margin-bottom: 1rem;
}
.card-header {
  padding: 0 !important;
  overflow: hidden;
}
.card-header figure{
  height: 250px;
}
.card-header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
p.card-text {
  min-height: 60px;
  margin-bottom: 0;
}
ul.pagination {
  padding: 1rem 2rem;
  border-radius: 15px;
}
.welcome__statistics {
    width: 100%;
    height: auto;
    min-height: 7.1875rem;
    background: #ffffff;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    margin: auto;
    padding: 0.9375rem;
    display: grid;
    grid-template-rows: auto;
    min-height: 5.5rem;
    grid-gap: 0.625rem;
  }
  @media (min-width: 768px) {
    .welcome__statistics {
      grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    }
  }
  .welcome__statistics-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .welcome__statistics-value {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
  }
  .welcome__statistics-label {
    font-size: 1.125rem;
    text-transform: uppercase;
  }

.home img.slide__img {
  object-fit: contain;
}
.justify-content-right {
  justify-content: right;
}
.justify-content-left {
  justify-content: left;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}