.img-description {
  max-width: 785px;
  width: 100%;
  max-height: 435px;
  height: 100%;
  
}

.gradiant-img {
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.content-img-description {
  position: relative;
}

.img-logo-rusa {
  position: absolute;
  bottom: 80px;
  right: 10px;
}
