.rentaly-latest-from-us-block {
  padding: 60px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .rentaly-latest-from-us-block {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .rentaly-latest-from-us-block {
    padding: 50px 0;
  }
}
.rentaly-latest-from-us-block .top-view .subtitle {
  display: inline-block;
  font-weight: bold;
  color: var(--color-primary);
  background: rgba(3, 27, 78, 0.05);
  border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 21px;
  letter-spacing: -1px;
}
.rentaly-latest-from-us-block .top-view h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  letter-spacing: -1.8px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .rentaly-latest-from-us-block .top-view h2 {
    font-size: 30px;
  }
}
.rentaly-latest-from-us-block .top-view p {
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 14px;
  max-width: 609px;
  margin-left: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 1199px) {
  .rentaly-latest-from-us-block .top-view p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .rentaly-latest-from-us-block .top-view p {
    font-size: 14px !important;
  }
}
.rentaly-latest-from-us-block .top-view .spacer-20 {
  width: 100%;
  height: 24px;
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .rentaly-latest-from-us-block .top-view .spacer-20 {
    display: none;
  }
}
.rentaly-latest-from-us-block .bottom-view {
  margin-bottom: 10px;
}
.rentaly-latest-from-us-block .bottom-view .post-content {
  overflow: hidden;
  margin-bottom: 20px;
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-image {
  overflow: hidden;
  border-radius: 10px;
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-image .date-box {
  width: 54px;
  position: absolute;
  text-align: center;
  color: #fff;
  margin: 20px;
  border-radius: 5px;
  background: var(--color-primary);
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-image .date-box .day {
  font-weight: bold;
  font-size: 30px;
  padding: 0 8px;
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-image .date-box .month {
  font-size: 10px;
  letter-spacing: 5px;
  padding-left: 5px;
  height: 20px;
  text-transform: uppercase;
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-image .pic-img {
  height: 300px;
}
@media (max-width: 1499px) {
  .rentaly-latest-from-us-block .bottom-view .post-content .post-image .pic-img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .rentaly-latest-from-us-block .bottom-view .post-content .post-image .pic-img {
    height: 460px;
  }
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-image .pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-text {
  border-bottom: solid 2px var(--color-primary);
  padding: 20px 30px;
  padding-bottom: 29px;
  background: #fff;
  margin: 20px;
  margin-top: -40px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-text h4 {
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: var(--title-text-color);
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-text p {
  margin-bottom: 20px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 6em;
  height: 96px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .rentaly-latest-from-us-block .bottom-view .post-content .post-text p {
    height: auto;
  }
}
@media (max-width: 767px) {
  .rentaly-latest-from-us-block .bottom-view .post-content .post-text p {
    font-size: 14px !important;
  }
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-text .btn-main {
  display: inline-block;
  margin-top: 2px;
  padding: 9px 25px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: var(--color-primary);
  transition: 0.5s;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: -1px;
  border-radius: var(--button-radius);
}
.rentaly-latest-from-us-block .bottom-view .post-content .post-text .btn-main:hover {
  box-shadow: 2px 2px 20px 0px var(--btn-hover);
}
