.components-user-thumbnail_second-wrapper {
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
}

.components-user-thumbnail_img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  opacity: 0.85;
}

.components-user-thumbnail_sub-title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0.5em;
}

.components-user-thumbnail_title h2{
  font-size: 2.4em!important;
  color:#fff;
  margin-top: 80px!important;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {

  .components-user-thumbnail_title h2{
  font-size: 1.6em!important;
  margin-top: 60px!important;
  }

  .components-user-thumbnail_sub-title{
      font-size: 13px;
  }

  .components-user-thumbnail_second-wrapper {
    display: block;
  }

  .components-user-thumbnail_img {
    height: 200px;
  }

  .components-user-thumbnail_second-description {
    margin-left: 0;
    font-size: 15px;
  }

  .components-user-thumbnail_second-wrapper {
    top: 10px;
  }
}
