.card-photo-light .card-photo .photo {
  background-color: var(--secondary-bg); }

.card-photo-big .card-photo {
  width: 33.33%; }
  .card-photo-big .card-photo .photo {
    width: 100px;
    height: 100px;
    min-height: 100px; }
    .card-photo-big .card-photo .photo img {
      max-width: 64px;
      max-height: 64px; }

.card-photo-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-count: 4; }

.mybg-dark .card-photo h3 {
  color: var(--secondary-text); }

.card-photo {
  margin-bottom: 40px;
  width: 25%; }
  .card-photo h3 {
    font-size: 25rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px; }
  .card-photo .wrapper {
    height: 100%;
    display: flex;
    width: 100%;
    border: none;
    align-items: center; }
  .card-photo .text {
    padding-left: 25px; }
  .card-photo .photo {
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    min-height: 64px;
    background-color: var(--element1-color); }
    .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-photo .photo img {
      max-width: 40px;
      max-height: 36px;
      object-fit: contain; }

@media (max-width: 575.5px) {
  .card-photo-big .card-photo {
    width: 100%; }

  .card-photo {
    width: 100%;
    margin-bottom: 15px; }
    .card-photo h3 {
      font-size: 20rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo-big .card-photo {
    width: 50%; }

  .card-photo {
    width: 50%;
    margin-bottom: 30px; }
    .card-photo h3 {
      font-size: 20rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo-big .card-photo {
    width: 50%; }

  .card-photo {
    width: 33.33%; }
    .card-photo h3 {
      font-size: 20rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo h3 {
    font-size: 20rem; } }

/*# sourceMappingURL=card_photo.css.map */
