.home-page__second-right {
  padding-bottom: 300px;
}
@media only screen and (min-width: 992px) {
  .home-page__second-right {
    padding-bottom: 457px;
  }
}
.home-page__second-right-logo {
  text-align: right;
  position: absolute;
  bottom: -80px;
  width: 265px;
  z-index: 9;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .home-page__second-right-logo {
    bottom: -120px;
    width: 357px;
  }
}
