.events-section-public {
  position: relative;
  z-index: 3;
  padding: 57px 0.9375% 54px 10.156%;
}

.container-events .box-text {
  /* width: 280px; */
  width: 14.15%;
  position: absolute;
}

.container-events .title-section {
  font-weight: 500;
  margin-bottom: 1.1em;
  font-size: clamp(22px, 1.9vw, 32px);
}
.container-events .description-section {
  /* width: 230px; */
  width: 85.185%;
}

.laptop {
  background-image: url(/wp-content/themes/cabinet4yoursmile/assets/img/laptop.png);
  width: 89.135%;
  margin-left: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.laptop-container {
  width: 100%;
  padding-bottom: 62.0689%;
  height: 0;
  position: relative;
}
.laptop-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 80.046%;
  /* height: 66.35%; */
  /* 70% is better??? */
  height: 76.5%;
  margin: 7.495% 9.814% 0 10.14%;
}
.laptop-title {
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 26px);
  margin-bottom: 1.538em;
  line-height: 1.192;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.laptop-cards {
  display: flex;
  flex-wrap: wrap;
  /* tmp */
  max-height: 85%;
  /*overflow: auto;*/
  overflow: hidden;
  scrollbar-width: 0;
}
.laptop-cards::-webkit-scrollbar {
  width: 0;
}
.laptop-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 1.25%;
  flex: 1 1 23.695%;
  /* min-width: 230px; */
  max-width: 286px;
  margin-right: 1.73985%;
  /* margin-bottom: 67px; */
  position: relative;
  margin-bottom: 5.55%;
}
.laptop-card:nth-child(4n) {
  margin-right: 0;
}
.laptop-card:nth-child(n + 5) {
  /*margin-bottom: 0;*/
}

.laptop-card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.card-img {
  width: 100%;
  padding-bottom: 61.11%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.laptop-card:hover .card-img img {
  transform: scale(1.05);

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-date {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}

.card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  /*margin-bottom: 6px;*/
}
.laptop-card {
  position: relative;
}
.card-desc {
  position: absolute;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 6px;
  padding-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.laptop-card .card-desc p {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #080808;
}
.laptop-card:hover .card-desc {
  opacity: 1;
  visibility: visible;
  /*overflow: hidden;*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.laptop-card {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.laptop-card:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.laptop-spot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translate(-17%, 44%);
  width: 28.846%;
}
.laptop-spot-img-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.laptop-spot-img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
