.work-space .carousel-cell {
  margin: 0 40px;
  height: 275px; }

.work-space .carousel-cell:last-child {
  margin-right: 0;
  height: 275px; }

.events .carousel-cell {
  margin: 0 40px; }

.events .caro-img {
  width: 100%;
  height: 300px; }

.events .caro-btm {
  padding: 24px 16px;
  width: 100%;
  height: 240px;
  background: #f8f9fa 0% 0% no-repeat padding-box; }

.events .carousel-cell h3 {
  margin-bottom: 8px;
  height: 20%;
  font: normal normal bold 24px/44px Poppins;
  color: #212529; }

.events .carousel-cell p {
  margin-bottom: 16px;
  height: 40%;
  font: normal normal normal 16px/24px Poppins;
  color: #212529; }

.slick-arrow {
  position: absolute;
  top: unset !important;
  left: unset !important;
  bottom: -80px !important;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: white;
  border: 1px solid #ddd;
  border-radius: unset; }

.slick-arrow::before {
  color: black;
  background-color: white; }

.slick-prev {
  right: 80px !important; }

.slick-next {
  right: 40px !important; }

@media (max-width: 800px) {
  .slick-arrow {
    display: none !important; } }
