/* ------------------ Copyright (c) 2025 by LittleSnippets.net (https://codepen.io/littlesnippets/pen/XdNJWr) ------------------ */
.wrapper {
max-width: 1360px;
margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: top;
  flex-flow: wrap;
}

.snip1447 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  background-color: #1f7516;
}
@media only screen and (min-width: 950px) {
.wrapper {
font-size: 90%;
}
}
@media only screen and (min-width: 1250px) and (max-width: 1370px) {
.snip1447 {
  max-width: 280px;
}
}
@media only screen and (max-width: 640px) {
.snip1447 {
  max-width: 400px;
}
}
.snip1447 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1447 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 1.0;
}
.snip1447 figcaption {
  width: 100%;
  background-color: #1f7516;
  padding: 25px;
  position: relative;
}
.snip1447 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  border-color: transparent transparent transparent #1f7516;
}
.snip1447 figcaption a {
  padding: 5px 40px 5px 40px;
  background-color: #f1f1f1;
  color : #000203;

  margin: 10px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.snip1447 figcaption a:hover {

  opacity: 1;
}
.snip1447 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.snip1447 h3 {
  margin: 0 0 25px;
  font-weight: 700;
}
.snip1447 h3 span {
  display: block;
  font-weight: 300;
}
.snip1447 p {
  margin: 0 0 10px;
}
.snip1447:hover:before,
.snip1447.hover:before {
  bottom: 0;
  box-shadow: 0 0 0px white;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}