﻿.banner {
  height: 195px;
}

.banner .dark {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.56);
  padding: 2px 5px 6px 9px;
}

.card-img-top-1 {
  height: 116px;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.card-1 {
  height: 195px;
  border: 0 !important;
  border-radius: 18px;
  box-shadow: 18px 18px 37px 0px var(--box-shadow-color);
  background-color: var(--grey-body-bg);
}

.card-body-1 {
  padding-top: 3px;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.item-2 {
  border-radius: 12px;
  width: 100%;
  height: 115px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-fluid-2 {
  height: 115px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.item-2 p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
