.c-child-widget {
  height: 650px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0 50px 30px 50px;
}
@media (max-width: 1599.98px) {
  .c-child-widget {
    height: 520px;
    padding: 0 40px 24px 40px;
  }
}
@media (max-width: 767.98px) {
  .c-child-widget {
    height: 300px;
  }
}
.c-child-widget:hover {
  opacity: 1;
}
.c-child-widget:hover img {
  transform: scale(1.05);
}
.c-child-widget img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.c-child-widget .o-title {
  position: relative;
}
.c-child-widget .o-title__title {
  color: #ffffff;
  font-size: 2em;
}
@media (max-width: 1599.98px) {
  .c-child-widget .o-title__title {
    font-size: 1.6em;
  }
}
.c-child-widget .o-title__text {
  color: #ffffff;
  font-size: 0.875em;
}