.investments {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .investments {
    flex-direction: row;
  }
}
.investments a {
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .investments a {
    max-width: 33.3333333333%;
    margin-right: 1rem;
  }
}
.investments a .investments-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border: solid 1px #e0e0e0;
  transition: 500ms;
}
@media screen and (min-width: 992px) {
  .investments a .investments-item {
    margin-bottom: 0;
  }
  .investments a .investments-item:last-child {
    margin-right: 0;
  }
}
.investments a .investments-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.investments a .investments-item h3 {
  margin: 1rem auto 0;
  text-align: center;
}
.investments a .investments-item button.elementor-cta__button.investment__btn {
  background-color: transparent;
  text-transform: uppercase;
  border: solid 2px #222222;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.9375rem 1.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(2, 1, 1, 0.9019607843);
  margin: 2rem auto 0;
}
.investments a .investments-item:hover {
  background-color: #F6D167;
}
.investments a .investments-item:hover .elementor-cta__button.investment__btn {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}/*# sourceMappingURL=investments-list.css.map */