.mart4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.wid33 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-height: 24vw;
  margin-top: 4%;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #ddd;
}

.wid33:last-child:nth-child(3n - 1) {
  margin-right: calc((100% - 3 * 30%) / 2 + 30%);
}

.wid33:hover {
  box-shadow: 0 2px 8px 0 rgba(12,12,13,.1);
}

.wid33:hover .mart5 {
  color: rgba(37,118,220,1);
}

.wid33:hover .marb5 {
  color: rgba(37,118,220,1);
}

.wid33:hover .heig05 {
  background: rgba(37,118,220,1);
}

.mart5 {
  margin-top: 5%;
  margin-bottom: 1%;
  font-weight: bold;
  color: rgba(51,51,51,1);
}

.marb5 {
  margin-bottom: 5%;
  font-size: 0.8em;
  color: rgba(153,153,153,1);
}

.padd-tb1-lr5 {
  padding: 1% 5%;
  font-size: 0.8em;
  color: rgba(153,153,153,1);
  border: 1px solid rgba(191,191,191,1);
}

.heig05 {
  width: 100%;
  height: 0.5vw;
  margin-top: auto;
  border-radius: 0px 0px 2px 2px;
}

.margitb2 {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.inlin-block {
  display: inline-block;
}

.casl-obje {
  object-fit: cover;
  height: 30.21vh;
}