.l-social__youtube-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.l-social__youtube-item:hover {
  cursor: pointer;
}
.l-social__youtube-item:hover .l-social__image {
  transform: scale(1.1);
}
.l-social__youtube-item-wrapper {
  padding: 0 15px 15px;
}
.l-social__youtube-image {
  height: auto !important;
  overflow: hidden;
  position: relative;
}
.l-social__youtube-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url("/wp-content/themes/banus/img/icons/video-icon.svg") no-repeat center center;
  background-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-social__youtube-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.l-social__youtube-title {
  color: #000000;
  font-size: 0.8125em;
  line-height: 1.3;
  padding: 10px 10px 5px;
}
.l-social__youtube-list {
  padding-bottom: 0 !important;
}
.l-social__youtube-list .slick-dots {
  bottom: 0;
  position: relative;
  margin: 15px 0 0;
}
.l-social__youtube-list .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px 0 4px;
}
.l-social__youtube-list .slick-dots li.slick-active {
  width: 6px;
  height: 6px;
  top: -7px;
}
.l-social__youtube-wrapper {
  margin: 50px 0 0;
}
@media (max-width: 991.98px) {
  .l-social__youtube-wrapper {
    margin: 30px 0 0;
  }
}
.l-social__youtube-list-wrapper {
  margin: 0 -15px;
}
.l-social__linkedin {
  padding: 0 20px;
  min-height: 465px;
}
@media (max-width: 767.98px) {
  .l-social__linkedin {
    min-height: 515px;
  }
}
.l-social__title {
  color: #ffffff;
  font-size: 2.25em;
  font-weight: bold;
  letter-spacing: 0.8px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 20px;
  margin: 0 0 40px !important;
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .l-social__title {
    font-size: 1.875em;
    margin: 0 0 30px !important;
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .l-social__title img {
    width: 40px;
    height: 40px;
  }
}