Belief.css

PHOTO EMBED

Wed Mar 01 2023 11:23:04 GMT+0000 (Coordinated Universal Time)

Saved by @blackmax #css

/* Belief Section */

.beliefCardsContainer{
  display: flex;
  justify-content: space-between;
  overflow: auto;
  height: auto;
  margin-top: 12px;
}

.beliefCard{
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 377.5px;
  /* height: 396px; */
  gap: 12px;
}

.beliefCard img{
  height: 280px !important;
  object-fit: cover;
}

.beliefCard img:hover{
  transform: scale(1.02); 
}

.beliefCard h1{
  color: #000;
  font-size: 24px;
}

.beliefCard p{
  font-size: 16px;
  color: rgb(73, 76, 77);
}
content_copyCOPY