.single-post-white-bg-widget {
  padding-bottom: 100px !important;
  overflow: hidden;
}

.single-post-white-bg-widget-wrapper {
  position: relative;
}

.spwb-image {
  width: 100%;
  height: 540px;
  background-size: cover;
  background-position: center;
}

.spwb-content {
  background: #fff;
  width: 65%;
  padding: 1rem 2.5rem 1.5rem 2.5rem;
  text-align: right;
  direction: rtl;
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 2;
}

.spwb-short-title {

  color: #2196f3;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  margin: 0 !important;
}

.spwb-title {
  font-size: 50px !important;
  font-weight: bold;
  color: #222;
  line-height: 1.1;
  display: -webkit-box;
  margin: 0 !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  transition: 0.4s ease-in-out all;
}

.spwb-title:hover {
  text-decoration: underline;
  transition: 0.4s ease-in-out all;
}

.spwb-title a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .spwb-image {
    height: 180px;
  }

  .spwb-content {
    padding: 1.2rem 1.5rem 1rem 1.5rem;
  }

  .spwb-title {
    font-size: 22px;
  }

  .spwb-short-title {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .spwb-image {
    height: 520px !important;
  }

  .spwb-content {
    background: transparent;
    width: 100%;
    bottom: 0 !important;
    padding: 0;
  }

  .spwb-title {
    padding: 1rem;
    background: #fff;
    font-size: 30px !important;
  }

  .spwb-short-title {
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    display: inline-block;
    background: #fff;
    font-size: 29px !important;
  }
}