.BeyoundCard {
  padding: 0 0 60px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 991px) {
  .BeyoundCard {
    padding: 0 0 120px 0;
  }
}
.BeyoundCard .title {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .BeyoundCard .title {
    margin-bottom: 50px;
  }
}
.BeyoundCard .title h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 991px) {
  .BeyoundCard .title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .BeyoundCard .title h2 {
    font-size: 40px;
  }
}
.BeyoundCard .title h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 991px) {
  .BeyoundCard .title h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .BeyoundCard .title h4 {
    font-size: 28px;
  }
}
.BeyoundCard .beyoundCard .gridImage {
  margin-bottom: 20px;
}
.BeyoundCard .beyoundCard .gridImage figure {
  position: relative;
  padding-bottom: 85%;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
}
@media (min-width: 991px) {
  .BeyoundCard .beyoundCard .gridImage figure {
    border-radius: 30px;
  }
}
.BeyoundCard .beyoundCard .gridImage figure img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  will-change: transform;
}
@media (min-width: 1200px) {
  .BeyoundCard .beyoundCard .gridImage figure img {
    border-radius: 30px;
  }
}
.BeyoundCard .beyoundCard .gridImage figure img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.BeyoundCard .beyoundCard .cardTitle {
  margin: 0 auto;
}
.BeyoundCard .beyoundCard .cardTitle h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (min-width: 1200px) {
  .BeyoundCard .beyoundCard .cardTitle h4 {
    font-size: 20px;
  }
}