.most-popular-2 {
  position: relative;
  margin-bottom: 50px;
  min-height: 600px;
}
.most-popular-2 .most-header {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  font: bold 18px Poppins, sans-serif;
}
.most-popular-2 .most-header::after {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #094775;
  display: block;
  margin-top: 12px;
}
.most-popular-2 .popular-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.most-popular-2 img {
  width: 40%;
  object-fit: cover;
  aspect-ratio: 5/4;
  border-radius: 8px;
  height: auto;
  vertical-align: middle;
}
.most-popular-2 .popular-text {
  width: 60%;
  padding-left: 10px;
}
.most-popular-2 .popular-text::after {
  position: absolute;
  right: 0;
  font-size: 48px;
  color: #efefef;
  font-weight: 800;
  font-style: italic;
}
.most-popular-2 .popular-item:nth-child(2) .popular-text::after {
  content: "1";
}
.most-popular-2 .popular-item:nth-child(3) .popular-text::after {
  content: "2";
}
.most-popular-2 .popular-item:nth-child(4) .popular-text::after {
  content: "3";
}
.most-popular-2 .popular-item:nth-child(5) .popular-text::after {
  content: "4";
}
.most-popular-2 .popular-item:nth-child(6) .popular-text::after {
  content: "5";
}
.most-popular-2 .popular-text h3 {
  width: 100%;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
  min-height: 3.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  line-height: 1.3rem;
}
.most-popular-2 .popular-text h3 a {
  color: #000;
  text-decoration: none;
}
.most-popular-2 .popular-text h3 a:hover {
  color: #094775;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
