.right-content {
  height: 615px;
}

@media screen and (max-width: 1240px) {
  .right-content {
    height: auto;
    padding-bottom: 40px;
  }
}